[quote author=CP link=board=1;threadid=6624;start=0#62225 date=1048065070]
I've put the directories I want in my path in /etc/profiles and /home/cp/.bash_profile yet it hasn't done anything, what file do I need to edit to add extra dirs to my path? Mandrake 9.0
Cheers
CP
[/quote]
Code:
[schotty@wildturkey schotty]$ cat .bash_profile
# b.ash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/java/j2sdk1.4.1_01/bin
export PATH
export LD_PRELOAD=/usr/lib/libGL.so
unset USERNAME
[schotty@wildturkey schotty]$
That help? MDK 9 btw too.
Bookmarks