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\
set
write that on your Command Prompt:
set Path=%path%
Replace %path% by the Path of your Python Folder Example:
set Path=C:/Python27