I have installed python and django in my system that uses win vista. Now when I go to command prompt and type python or django-admin.py both are not working. Every time I need to set the path to the python folder manually. But i have seen these commands running even without setting path. So how do i make it to run properly?
Share
Either use the system control panel to set the
PATHenvironment variable that applies permanently orReinstall Python as a system administrator so that the installer can set the registry and environment variables for you.
If you install the “just for me” option, then you have to set the
PATHvariable in the control panel.