You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing a bit with uv python and installed pypy3.9 with it and forgot about it.
Now, whenever I run uv venv --python python3.9 I get pypy3.9 instead. It just says Using Python 3.9.19.
My guess is that uv-installed Pythons take hard precedence, because uninstalling it starts giving me my proper Python 3.9 from homebrew, despite the fact I still have a pyp3.9 installed, too.