[Answer]-Installing Django Error

1👍

Use the command C:\Python27\python setup.py install

Additionally, if you don’t want to add C:\Python27\ to all of your python commands, you need to add it to your Windows Path. This can be done by going to your environment variables and add C:\Python27 (notice the lack of a trailing slash) to the PATH variable. Make sure you are adding to, not replacing, the values there are present.

👤Andy

Leave a comment