What shell are you using?
If you are using bourne (sh), put it in ~/.shrc; if you are using c-shell
(csh), put it in ~/.cshrc.
As far as I know, .profile is read in only ONCE per login. Are setting
the vars correctly?
In bourne (sh):
export PATH="{$PATH}:/newpath/to/add"
In c-shell (csh):
setenv PATH "{$PATH}:/newpath/to/add"
Brett
On Tue, 03 Feb 2004 16:38:50 -0600, "John D. Tiedeman"
<jdtiede@sstar.com> said:
> In trying to recompile Qt so that I can include Python bindings, I can
> add to PATH but when I add to MANPATH and LD_LIBRARY_PATH in
> /root/.profile, then log out and back in again to make them take effect,
> I don't see the added directories when I echo the paths. I am careful
> not to end a path with a / and to insert a colon between directories.
> ___________________
> Nolug mailing list
> nolug@nolug.org
=====
http://www.brettsbsd.net/~estrabd
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___________________
Nolug mailing list
nolug@nolug.org
Received on 02/04/04
This archive was generated by hypermail 2.2.0 : 12/19/08 EST