| From fyn's roadmap: > 2. Centralized venv storage — keep .venvs out of your project dirs I do not like this. virtual environments have been always associated with projects and colocated with them. Moving .venv to centralized storage recreates conda philosophy which is very different from pip/uv approach. In any case, I am using pixi now and like it a lot. |