Adding Python to Path

The example below shows how to add Python to the “Path” variable under system variables.

  1. Click on the “Startup Menu
  2. Click on “Computer
  3. In window, right click and select “Properties
  4. Click on “Advanced system settings
  5. Click on “Environment Variables”
  6. Under “System variables”, select Path
  7. Click the “Edit…” button
  8. 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;