25 Sep
2006
25 Sep
'06
3:26 a.m.
the modification to PATH is already there. the INFOPATH and MANPATH statements aren't but i don't think that's what's causing the problem. .bashrc is empty, not missing. perhaps that's the reason... --- Marc André Selig <mas@seligma.com wrote: On 24.09.2006, at 20:08, zoarre.37258548@bloglines.com wrote:
i opened up an xterm window and just as you described, the
PATH
doesn't include anything from /opt/local. how do you recommend i fix this?
Add these lines to the top of ~/.profile (if that file does not exist, create it):
PATH=/opt/local/bin:$PATH MANPATH=/opt/local/share/man:$MANPATH
INFOPATH=/opt/local/share/info:$INFOPATH
export PATH MANPATH INFOPATH
Regards, Marc