Skip to content

Instantly share code, notes, and snippets.

@jaywhy13
Created June 14, 2013 18:06
Show Gist options
  • Save jaywhy13/5783986 to your computer and use it in GitHub Desktop.
Save jaywhy13/5783986 to your computer and use it in GitHub Desktop.
Change Python Path
The Python PATH can be changed by either editing HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python (if we're on 64-bit) or HKEY_LOCAL_MACHINE\SOFTWARE\Python if we're using a 32-bit machine. This may be necessary in cases of like custom installations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment