Sunday, February 14, 2016

How to install on windows?

I tried following the instructions at
https://docs.djangoproject.com/en/1.9/howto/windows/.

I installed Python in C:\python35. After that most things didn't seems
to work as promised.

Python 3.5 does not appear in the PATH. (Python 3.3 is there.) Yes I
checked |Add Python 3.5 to PATH.

C:\>python --version
Python 3.3.3

I typed (at the C: prompt) pip install virtualenvwrapper-win

'pip' is not recognized as an internal or external command,
operable program or batch file.

After searching I found pip in C:\python35/scripts

So I changed to that directory and typed
||C:\python35/scripts>||pip install virtualenvwrapper-win

That worked.|

|Then I tried |mkvirtualenv myproject and got
'virtualenv.exe' is not recognized as an internal or external command,
operable program or batch file.

A few years ago I tried to install Django. I recall running into similar
issues.

I must be missing something. Any guidance would be appreciated.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/56C12079.50203%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment