Trying to install Django from cmd with pip.
Python 2.7.3, Windows 7
Env var(...C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;)
help("pip")
.
.
.
.
VERSION
1.3.1
pip install Django
File "<stdin>", line 1
pip install Django
^
SyntaxError: invalid syntax
Run pip install django
from windows command prompt instead of python shell.
under the folder C:\Python27\Scripts
(or the folder you installed pip
), press SHIFT and right click a blank space then select open command window here,
run
pip install Django
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With