Touch-ups to the Python install guide (#11116)

This commit is contained in:
Zanie Blue 2025-01-30 13:56:53 -06:00 committed by GitHub
parent 80d485d32a
commit e0a19be825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 19 deletions

View file

@ -184,6 +184,8 @@ To exclude downloads and only show installed Python versions:
$ uv python list --only-installed
```
See the [`uv python list`](../reference/cli.md#uv-python-list) reference for more details.
## Finding a Python executable
To find a Python executable, use the `uv python find` command: