"Python launcher" required to run *.py scripts on Windows?

eryk sun eryksun at gmail.com
Tue Jun 27 10:27:05 EDT 2017


On Tue, Jun 27, 2017 at 5:41 AM, Ben S. via Python-list
<python-list at python.org> wrote:
>
> When I always call Python script from CommandPrompt like
>
> D:\tools\Python\python.exe mypythonscript.py
>
> then this Launcher should not be necessary.

The launcher implements shebang support for directly running Python
scripts in multiple versions and virtual environments, including
virtual commands (defined in py.ini) to support other implementations
such as PyPy. It can also be used to administer multiple CPython
installations from the command line.

If you don't need it, don't install it. You can install it later if
you change your mind.



More information about the Python-list mailing list