-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-default system-installed Python versions not listed #5210
Labels
bug
Something isn't working
Comments
Thanks for the report! I think this is solved by #5148 which will be in the next release. |
it's fixed !
QQ: Does it have sense to list symbolic links? For instance, several of the above items points to the same executable
PS: I'm eager to be able to install cpython-3.13 beta via uv! |
Opened #5308 for that. Python 3.13 is WIP at indygreg/python-build-standalone#264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have 3 different Python versions installed on my system (Ubuntu 24.04). The default is 3.12, and I have 3.8 and 3.10 installed via PPAs.
I expect
uv python list
to show all these versions as available. However, only the default (3.12.3) is shown, and 3.10.14 and 3.8.19 are listed as "download available" even though they are already installed (not uv managed).uv version
The text was updated successfully, but these errors were encountered: