The example below shows how to add Python to the “Path” variable under system variables.
- Click on the “Startup Menu“
- Click on “Computer“
- In window, right click and select “Properties“
- Click on “Advanced system settings“
- Click on “Environment Variables”
- Under “System variables”, select Path
- Click the “Edit…” button
- Append your Python path to the end of the variable ().
If Python is installed under “C:\” directory for example, append the following:
C:\Python27\Scripts;C:\Python27;