Re: [expert] Setting PATH

2003-07-28 Thread Kwan Lowe
On Mon, 2003-07-28 at 17:25, Jure Repinc wrote: How do I set system wide PATH for bash? edit /etc/profile And how do I set PATH for individual users? edit ~/.bash_profile Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

[expert] Setting PATH

2003-07-28 Thread Jure Repinc
Hi How do I set system wide PATH for bash? And how do I set PATH for individual users? Thanks in advance. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Setting PATH

2003-07-28 Thread Guillaume Marcais
You actually might want to create a file in /etc/profile.d: echo PATH=$PATH:/great/path /etc/profile.d/path.sh chmod a+rx /etc/profile.d/path.sh That's it. Guillaume. On Mon, 2003-07-28 at 17:40, Kwan Lowe wrote: On Mon, 2003-07-28 at 17:25, Jure Repinc wrote: How do I set system wide

[expert] setting path in mdk - (Qs. 4 MDK GURUs)

2002-05-15 Thread Gadir --
How to put a group of folders into my PATH environment LD_LIBRARY_PATH environment variable. LD_LIBRARY_PATH TCL_LIBRARY environmental variable. these are needed to run my ns simulator... any idea... regards gadi _ Get your

Re: [expert] setting path in mdk - (Qs. 4 MDK GURUs)

2002-05-15 Thread Michael Viron
Define these in your ~/.bashrc or ~/.profile. Michael -- Michael Viron Core Systems Administration Team Simple End User Linux At 06:06 PM 5/15/2002 +0800, you wrote: How to put a group of folders into my PATH environment LD_LIBRARY_PATH environment variable. LD_LIBRARY_PATH TCL_LIBRARY

Re: [expert] setting path in mdk - (Qs. 4 MDK GURUs)

2002-05-15 Thread J. Grant
Something odd i noticed some PATH dirs are repeated, but i have only ever done commands like PATH=/sbin:$PATH:$HOME/bin export PATH I didnt get around to working out why it was happening JG Michael Viron wrote: Define these in your ~/.bashrc or ~/.profile. Michael -- Michael Viron

Re: [expert] setting path in /etc/profile

1999-07-03 Thread Tim
if i remember correctly (i've replaced my .bashrc) /root/.bashrc resets the $PATH, replacing whatever is already there. remove this line and everything should work fine. On Fri, 2 Jul 1999, Brett Jones wrote: This is how I would set the path before (edit /etc/profile) but now it doesn't

[expert] setting path in /etc/profile

1999-07-02 Thread Brett Jones
This is how I would set the path before (edit /etc/profile) but now it doesn't do anything. What have I missed, was something changed? mandrake 6.0, clean install, all updates. Any help would be nice. Thanks. -- Brett Jones [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [expert] setting path in /etc/profile

1999-07-02 Thread mcooper
On Fri, 02 Jul 1999, you wrote: This is how I would set the path before (edit /etc/profile) but now it doesn't do anything. What have I missed, was something changed? mandrake 6.0, clean install, all updates. Any help would be nice. Thanks. -- Brett Jones [EMAIL PROTECTED] [EMAIL

Re: [expert] setting path in /etc/profile

1999-07-02 Thread Brett Jones
Users seem to work. I edited .bashrc in the /root dir and I can now run programs from /usr/local/bin. I'd like to know what changed to cause this. Thanks. -- Brett Jones [EMAIL PROTECTED] [EMAIL PROTECTED]