Articles → Python → Running Python Program Using Command Line
Running Python Program Using Command Line
Sample Program
Click to Enlarge
Python Is Not A Recognized Command
- Open the command prompt
- Write the following command
path = path_of_python.exe
Running The Program
- Open the command prompt
- Write the following command
Click to Enlarge