Replies: 1 comment 2 replies
-
Follow this oleksis/cpython@79a281f commit to the Python Launcher for Windows (API) Behavior like: ➜ $env:PY_PYTHON='3.10'
➜ .\PCbuild\amd64\py_d.exe -V
Python launcher for Windows 3.11.1+
Python 3.10.9
➜ .\PCbuild\amd64\py_d.exe --version
Python launcher for Windows 3.11.1+
Python 3.10.9
➜ .\PCbuild\amd64\py_d.exe -V:3.10 -V
Python 3.10.9
➜ .\PCbuild\amd64\py_d.exe -V:3.10 --version
Python 3.10.9 Any adivice for contribution this to CPython upstream ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ability to return the version of Python launcher running
python
versionpy
version➜ py --version Python Launcher for Unix 1.0.0 Python 3.10.9
Beta Was this translation helpful? Give feedback.
All reactions