Add note about available versions (#11331)
ref https://github.com/astral-sh/uv/issues/11243#issuecomment-2644104492
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user