Whatever I try to run, I get the error:
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
I had some modification in my .bashrc file but then removed the two additional lines afterwards. However somehow the PATH variable seems to have been destroyed.
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
. If you put into .bashrc:export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
, then dosource ~/.bashrc
, it may restore the functionality you need. All this is in the terminal, of course. NOTE: I have not tested this! – Thomas Ward Jul 11 '11 at 04:09