Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Nix can install multiple versions of a program but only one can be in use at any given time.

That’s not really true and is only a limitation of how PATH works on UNIXes (the first match is used). But you can for example add an aliased name for multiple versions of the same package, or for another meaning of use you can have different executables in the same environment different versions of the same lib (e.g. one bash script references python3, the other python3-at-specific-patch/minor-version/whatever)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: