Am Sonntag, 14. März 2004 21:10 schrieb Kent West:[EMAIL PROTECTED]:/home/westk:> cat /etc/environment
statements in my ~/.bash_profile are these:
# set PATH so it includes user's private bin if it existswhich does not have my ~/bin
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
fi
If you don't have this directory, it is not set. Is in this file any other file sourced, or does any other file source this one? Maybe in that other file PATH is exported.
nor the same path as defined in
/etc/profile. Where is my path being set then?
Look in /etc/enviroment.
LANG=en_US
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]