Add note about available versions (#11331)

ref https://github.com/astral-sh/uv/issues/11243#issuecomment-2644104492
This commit is contained in:
Zanie Blue
2025-02-07 16:10:05 -06:00
committed by GitHub
parent 6e5479f5db
commit 03616ebb68
4 changed files with 18 additions and 9 deletions
+3 -3
View File
@@ -4742,14 +4742,14 @@ uv python list [OPTIONS]
Download and install Python versions.
Multiple Python versions may be requested.
Supports CPython and PyPy. CPython distributions are downloaded from the Astral `python-build-standalone` project. PyPy distributions are downloaded from `python.org`.
Supports CPython and PyPy. CPython distributions are downloaded from the Astral `python-build-standalone` project. PyPy distributions are downloaded from `python.org`. The available Python versions are bundled with each uv release. To install new Python versions, you may need upgrade uv.
Python versions are installed into the uv Python directory, which can be retrieved with `uv python dir`.
A `python` executable is not made globally available, managed Python versions are only used in uv commands or in active virtual environments. There is experimental support for adding Python executables to the `PATH` — use the `--preview` flag to enable this behavior.
Multiple Python versions may be requested.
See `uv help python` to view supported request formats.
<h3 class="cli-reference">Usage</h3>