Launching Python environments

By default, Python is installed on a computer with the Python interpreter included on the system path. This means that the interpreter will monitor the Command Prompt for any call to python

The most common usage for Python is to run a script. However, it may be desirable to launch a specific version of Python for a specific program.