I think you mean using the python command line?
If you have admin priviliges on your computer, you can add python to your environment variables by making them available on the console anywhere. (Sorry for the different spellings, I'm not in an English car)
- Press
Shift+Pause ("System") - Click "Advanced System Settings"
- Click "Environment Variables"
- In the bottom field with "System Variables" there is a variable called
PATH . Add the full path to your python.exe without a file to it, adding ; for the last path in the variable, and then adding your path. Do not add spaces!
Example: C:\examplepath\;C:\Python27\
source share