I\'ve been trying to add the Python path to the command line on Windows 7, yet no matter the method I try, nothing seems to work. I\'ve used the set
command, I\
I've had a problem with this for a LONG time. I added it to my path in every way I could think of but here's what finally worked for me:
pythonexe
(or anything you want)C:\Python32\
)%pythonexe%;
to the end of what's already thereIDK why this works but it did for me.
then try typing "python" into your command line and it should work!
Edit:
Lately I've been using this program which seems to work pretty well. There's also this one which looks pretty good too, although I've never tried it.