Skip to content

Instantly share code, notes, and snippets.

@Crewxx
Created December 23, 2020 12:23
Show Gist options
  • Save Crewxx/4ddf9d80880729c38e0280fe77a75cbd to your computer and use it in GitHub Desktop.
Save Crewxx/4ddf9d80880729c38e0280fe77a75cbd to your computer and use it in GitHub Desktop.
Python Path set on Windows 7
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
for python 2.7x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment