I have Python installed on D:\python27. Now I want to kno how to make it so that I don't have to type
D:\python27\python.exe myscript.py
but instead, just use
python myscript.py
I know that this should already be configured after the install but somehow, the laptop I'm using didn't register the python shortcut. So how do I set it manually?