1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:55:24 +02:00
tldr/pages/windows/py.md
Managor a5833ce758
*: make more information links dynamic (#16244)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-23 10:24:12 +03:00

624 B

py

Python Launcher for Windows that runs with specified Python version. See also: python. More information: https://docs.python.org/using/windows.html#python-launcher-for-windows.

  • Start a REPL (interactive shell), optionally with arguments supported by python (like -c, -m, etc.):

py {{python_arguments}}

  • Execute a specific Python file:

py {{path/to/file.py}}

  • Run specific Python version. If the version is missing, and PYLAUNCHER_ALLOW_INSTALL environment variable is set, auto-install via Microsoft Store or Winget:

py {{-2|-3.7|...}}

  • List installed Python versions:

py --list