Personally, I just use `.venv` and the Python Launcher for Unix. These days I would probably say use uv, Hatch, or PDM based on your tastes (I'll toss in Poetry when they default to `[project]` support in pyproject.toml).

Comments