-
Notifications
You must be signed in to change notification settings - Fork 1.5k
uv doesn't detect pyenv-virtualenv shim environments #2109
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
Comments
Workaround for those that are interested, using direnv:
|
How about |
Would be closed by #4032 |
per #4009 (comment) I think this was fixed, though it may have just regressed in #11214 |
Confirmed. #4009 was fixed but regressed in |
I see that this works again in 0.5.28. Thanks again for the quick fix! |
Yep no problem! Thanks for following up. |
In 0.5.30 the sequence of actions from the top post works fine, and you can see that the venv was picked up:
But then running
Is it the same issue reoccurring, or should I make a new one? |
uv
doesn't seem able to detect the virtual-environment created by pyenv-virtualenv.uv version and repro:
But it does detect the virtualenv when activating the shell:
The text was updated successfully, but these errors were encountered: