Skip to content

Commit 560a5a0

Browse files
committed
docs: document --all-variants flag in python-versions guide
Add example usage for --all-variants flag showing how to list debug and freethreaded Python builds alongside other uv python list options.
1 parent f155d9e commit 560a5a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/concepts/python-versions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@ To view Python versions for other platforms:
254254
$ uv python list --all-platforms
255255
```
256256

257+
To view all Python variants, including debug and freethreaded builds:
258+
259+
```console
260+
$ uv python list --all-variants
261+
```
262+
257263
To exclude downloads and only show installed Python versions:
258264

259265
```console

0 commit comments

Comments
 (0)