Hacker News new | ask | show | jobs
by bzxcvbn 1385 days ago
The existence of nix, nvm, conda, venv... or even docker suggests otherwise.
1 comments

Out of that list, only nix is a system package manager. The rest are developer tools and runtime configurations.
> The rest are developer tools and runtime configurations.

I wish people understood this, but sadly they seem to be more and more common as primary modes for software distribution.

How is conda different than nix in this regard?
Conda is a subset of Nix in this regard.