Installing to /usr/local/bin may conflict with a valid use case, such as compiling and installing a Java Runtime Environment locally.
For a brand new user on my system the $PATH was
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
The only way to fix this would be to modify the default path, and add an extra path element in front of /usr/bin.
Installing to /usr/local/bin may conflict with a valid use case, such as compiling and installing a Java Runtime Environment locally.
For a brand new user on my system the
$PATHwasThe only way to fix this would be to modify the default path, and add an extra path element in front of
/usr/bin.