Python: Pip command is not recognized
There is a space before the last path entry, right after the previous semicolon, that is causing the problem.
Go to C:\Python27\Scripts
Now select the url bar and replace whole content with cmd
This way you directly reach to the directory where pip is available in command prompt
Now type pip install Django==1.8.5
it will download and install Djanog