Mac to Programmer [email protected] • 2 years agoYesprogramming.devimagemessage-square87fedilinkarrow-up1812
arrow-up1812imageYesprogramming.devMac to Programmer [email protected] • 2 years agomessage-square87fedilink
minus-square@[email protected]linkfedilink1•2 years agoBinaries are not in /usr/bin or /bin except for /bin/sh and /usr/bin/env. Programs should not assume fixed paths for binaries and instead look for them in $PATH.
NixOS didn’t do /usr merge?
Binaries are not in
/usr/bin
or/bin
except for/bin/sh
and/usr/bin/env
. Programs should not assume fixed paths for binaries and instead look for them in$PATH
.