Lines Matching +full:python +full:- +full:version
1 Python Launcher for Windows Version %s
4 %s [launcher-args] [python-args] [script [script-args]]
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
12 available. Add a "-32" to the argument to only launch 32-bit runtimes,
13 or add "-64" to omit 32-bit runtimes (this latter option is deprecated).
15 To select a specific runtime, use the -V: options.
17 -V:TAG : Launch a Python runtime with the specified tag
18 -V:COMPANY/TAG : Launch a Python runtime from the specified company and
21 -0 --list : List the available pythons
22 -0p --list-paths : List with paths
28 See https://docs.python.org/using/windows.html#python-launcher-for-windows for
31 The following help text is from Python: