To ensure that the utilities are properly configured, use the default make target.
This automatically creates a starter configuration file and adds the necessary bootstrapping logic to .bash_profile
:
make
If prompted, customize the starter configuration file. Some utilities may not function correctly if the necessary variables are left unset within this file.
After that, either open a new terminal window or source the updated .bash_profile
.
To view the manual page for a specific utility, use the man
command followed by the name of the utility:
man util-name