forked from RocketMap/RocketMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Variables fix
Matt Baxter edited this page Jul 27, 2016
·
2 revisions
A common error is: 'python' is not recognized as an internal or external command, operable program or batch file. or: 'pip' is not recognized as an internal or external command, operable program or batch file.
Luckily for you, this error is easy to solve!
###What's wrong: Windows defines commands in something called "environment variables", if a program isn't here, Windows doesn't understand what you mean. ###How to solve this: If you install python, it can automatically set the correct environment variables. However, if you didn't enable this feature, you need to do it manually. ###How to set them manually: Step 1] Press the WindowsKey + Pause/Break (Or right click on "This PC" and select properties)




Credit: Langoor2