Closed hynek closed 1 month ago
That's surprising. I'll look into this.
Btw if you don't want to see the downloads you can use uv python list --only-installed
or set your python-preference
to `only-system
Btw if you don't want to see the downloads you can use
uv python list --only-installed
or set yourpython-preference
to `only-system
Ohhh loving it! I didn’t mind the download available but this is really cool.
I think this is because, generally, we don't look for pypy
executables unless you request PyPy so we exclude them here. I'll need to do some refactors to fix this.
That’s kinda funny in combination with #7118 — sorry for running into all edge cases. 🙈
I appreciate it :)
I find
uv python list
an amazing tool to debug Python Environment xkcd situations, even tho I don't use uv for downloads. But find my PyPy installation (I could've sworn it used to but I might be wrong).Here's le output to demonstrate:
I can use it to create venvs, though: