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 ); then
.            /etc/bashrc
fi

I would to like to add  applications which resides in /usr/TeX/bin/i386  
( of course bash does not recongnize command "tex").
How to do it?
Is it possible to change it for all usrs accounts?

Thanks      Zbynek



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to