How to add python to the system path in windows 7
1. Hold Win and press Pause.
2. Click Advanced System Settings.
3. Click Environment Variables.
4. Append ;C:\python27 to the Path variable.
5. Restart Command Prompt.
Now when you open the command prompt in Windows you can use the command python to start the python terminal.
Leave a Reply