I\'m running into a weird error when trying to install Django on my computer.
This is the sequence that I typed into my command line:
I was having the same problem just now.
After adding the proper folder (C:\Python33\Scripts) to the path, I still could not get pip to run. All it took was running pip.exe install -package- instead of pip install -package-.
C:\Python33\Scripts
pip
pip.exe install -package-
pip install -package-