Skip to content

Instantly share code, notes, and snippets.

@dzinampini
Created October 14, 2019 14:54
Show Gist options
  • Save dzinampini/3d6093a1c92547a08df5087155d76433 to your computer and use it in GitHub Desktop.
Save dzinampini/3d6093a1c92547a08df5087155d76433 to your computer and use it in GitHub Desktop.
Python installed but seems not installed - variable paths issue
From the desktop, right-click My Computer and click Properties.
In the System Properties window, click on the Advanced tab.
In the Advanced section, click the Environment Variables button.
Highlight the Path variable in the Systems Variable section and click the Edit button. If its not there create it
Then add these to the Path
C:\Users\ICT\AppData\Local\Programs\Python\Python37;C:\Users\ICT\AppData\Local\Programs\Python\Python37\Scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment