Hacker News new | ask | show | jobs
by lmm 1200 days ago
venvs are the recommended workaround for the fact that python packaging and distribution is a mess of global state. Lanugages with working packaging and distribution don't generally bother with anything venv-like.
1 comments

Sure, but that's like 99% pip. Venvs are patching it (quite effectively), not causing it.