Hacker News new | ask | show | jobs
by josteink 2382 days ago
Python only has venvs because it needs venvs.

For most other language-provided package-managers the software project you’re working on is the env, so you don’t need to construct or manage a venv at all.

So my point still stands.