python in my path

If you get this message in your cmd line:

‘python’ is not recognized as an internal or external command, operable program or batch file.

Try this (for Windows):

control panel > system > advanced > |Environmental Variables| > system variables -> Path

Click “New” to add a new path:

C:Python34

Don’t forget to change the version number if you have another version of python installed.

Now the error should go away. You’re welcome!