Re: Help with PATH

2001-12-05 Thread Tammy Fox
In the .bashrc file in your home directory add the line export PATH=$PATH:/usr/TeX/bin/i386 Then, execute the command source ~/.bashrc source ~/.bash_profile, depending on which file you added it to (I always add it to my .bashrc file.). If you want to make it global, add it to the file /etc/ba

Help with PATH

2001-12-05 Thread Zbynek Houska
Could anyone explain me how to edit my PATH? My .bash_profile contains following: # bash_profile # Get the aliases and functions if( -f ~/bashrc ), then .~/bashrc fi export BASH_ENV=$HOME /bashrc and .bashrc contains: # bashrc #Source global definitions if ( -r /etc/bashrc );