For example if I want to run python.exe without being inside the python folder, how can I do this?
I'm here --> C:\
I want to call --> C:\Python27\python
Without having to cd Python27
|
For example if I want to run python.exe without being inside the python folder, how can I do this? I'm here --> C:\ I want to call --> C:\Python27\python Without having to cd Python27 |
|||
|
|
|
That would be the following command:
|
|||||||||||
|
|
You can also add the exe to the system path variable, which will make it available from anywhere in your system. Go to May require a restart. |
|||
|
|