Skip to content

Instantly share code, notes, and snippets.

@Crewxx
Created December 23, 2020 12:19
Show Gist options
  • Save Crewxx/a782b180b12ab117c77acc89c40b790c to your computer and use it in GitHub Desktop.
Save Crewxx/a782b180b12ab117c77acc89c40b790c to your computer and use it in GitHub Desktop.
Python Path Set on Windows7
[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