-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Interference with local python releases #7604
Comments
Hm that looks like a pyenv error message not a uv error message. Can you share more of the error with the |
This is also not clear to me. After running And indeed, weirdly
The solution here would be to force |
Rather my main question is... where does the When I type Ref from
|
Some more insight (notice instantiation of 3.12.6 but cfg set with 3.12.4):
😩
So all there seems is to change some underlying cfg pointer, but changing the |
Sounds like you want to create a Then change the |
|
So...
Then I run
|
Update: I have manually disabled
but
on the other hand:
checking
but
So in summary, now |
OK, never mind. I opened a fresh terminal and reloaded |
One detail should be added here for reference, the folder I was tested it in was nested in the other folder that already had I hope this helps to pin point the exact Otherwise #7562 catches the behavior quite well. |
First, thank you for a great tool which is
uv
. I am really enjoying it.However, I am running into issue. Conflicts with existing python installations. It turns out:
3.12.6
version, probably installed withbrew
pyenv
Now a gist:
3.12.4
installed withuv
, no problem here; everything works as desired..python-version
version3.12.6
regardless of what command I invoke withuv
I get the following error:I was trying to go through
~/.config/uv
and~/.local/
but I am not finding anyjson
or other conf file that would allow me to re/point to the right python release~/.local/share/uv/python/cpython-3.x...
Any tips would be appreciated.
The text was updated successfully, but these errors were encountered: