Hacker News new | ask | show | jobs
by PaulHoule 78 days ago
If you are using Python it should be creating separate venv's for different skills. It is 2016, uv can install any version of Python you need.
1 comments

I extensively use uv (IMO better than venv) but still it's Python specific and not universal. npm is much worse and native binaries are almost impossible to deal with multiple versions.

nix is specifically targeting this use-case and it'e extensively used by vendors like Replit.