1Python Launcher for Windows Version %s 2 3usage: 4%s [launcher-args] [python-args] [script [script-args]] 5 6Launcher arguments: 7-2 : Launch the latest Python 2.x version 8-3 : Launch the latest Python 3.x version 9-X.Y : Launch the specified Python version 10 11The above default to an architecture native runtime, but will select any 12available. Add a "-32" to the argument to only launch 32-bit runtimes, 13or add "-64" to omit 32-bit runtimes (this latter option is deprecated). 14 15To select a specific runtime, use the -V: options. 16 17-V:TAG : Launch a Python runtime with the specified tag 18-V:COMPANY/TAG : Launch a Python runtime from the specified company and 19 with the specified tag 20 21-0 --list : List the available pythons 22-0p --list-paths : List with paths 23 24If no options are given but a script is specified, the script is checked for a 25shebang line. Otherwise, an active virtual environment or global default will 26be selected. 27 28See https://docs.python.org/using/windows.html#python-launcher-for-windows for 29additional configuration. 30 31The following help text is from Python: 32