Hacker News new | ask | show | jobs
by mathisd 483 days ago
I really like uv and I have successfully got rid of miniconda but : - I wish there was a global virtual environment which could be referenced and activated from terminal. Not every new scripts needs their own .venv in their respective folder. uv takes the route of being project centered and based on file system, this works for me most of the time but sometime it doesn't. - I wish we could avoid the .python_version file and bundle it in the pyproject.toml file.
1 comments

Agreed, I like to have a "general use" environment to use for various one-off interactive python sessions, scripts or jupyter notebooks.