On Sat, 21 Nov 1998 [EMAIL PROTECTED] wrote:

> I want to put /usr/local/bin into my bash path permanently. I can put it
> there temporarily, but when I edit the following line in /etc/profile,
> nothing changes:
> 
> PATH="$PATH:(another path):/usr/local/bin"
> 
> I'm running RH5.2.
> 
> Haines Brown
> 
I can see two possibilities :
- PATH is not exported after that line (ie there is no "export PATH")
- You have not logged out and back in

Frank

Reply via email to