On Oct 26, 2004, at 3:51 PM, Kjell Olsen wrote:
You could also put /usr/bin into your path: add the lines:
PATH="$PATH:/usr/bin" export PATH
to the .bashrc file within your home directory. Add it if it doesn't exist.
I don't have a .bashrc file in home, but I do have .bash_profile which contains:
export PATH=$PATH:/usr/local/bin:/usr/local/mysql/bin:/usr/local/php/bin
is .bashrc something different/necessary?
-