Skip to content

Instantly share code, notes, and snippets.

@shidarin
Created August 4, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shidarin/e761f7f5f31800177763 to your computer and use it in GitHub Desktop.
Save shidarin/e761f7f5f31800177763 to your computer and use it in GitHub Desktop.
How to add python and python's scripts folder to window's PATH

Need to add Python’s bin folder to Window’s $PATH, otherwise it can’t run installers correctly.

  1. Windows Button + Pause Button (AKA Break Button, AKA F15)
  2. Click Advanced Settings
  3. Click Environment Variables
  4. Append ;C:\python27;C:\python27\Scripts to the Path Variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment