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 | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
That would be the following command:
| |||||||||||
feedback
|
|
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. | |||
|
feedback
|