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 am trying to go all uv. I uninstalled python from home-brew so that all I have now is the default python that came with my Mac. It's an old one. So next I did:
$ uv python install 3.12
Which worked without error. But I want 3.12 to be the python I get at a bare shell, even without having created an environment or whatever the equivalent is with uv. I want it to work like pyenv.
Is that possible?
The text was updated successfully, but these errors were encountered:
I am trying to go all uv. I uninstalled python from home-brew so that all I have now is the default python that came with my Mac. It's an old one. So next I did:
$ uv python install 3.12
Which worked without error. But I want 3.12 to be the python I get at a bare shell, even without having created an environment or whatever the equivalent is with uv. I want it to work like pyenv.
Is that possible?
The text was updated successfully, but these errors were encountered: