[EMAIL PROTECTED] wrote: > I know this is going to be a stupid question with a simple answer and > I suppose it's just basic Unix stuff, but my shell doesn't get set up > properly. > > Specifically the PATH doesn't include /sw/bin, though MANPATH and > INFOPATH do get set. Yet, if I "source /sw/bin/init.csh" manually, > it works. Of course, then the MANPATH and INFOPATH mods get > duplicated.
Do you have files /etc/csh.cshrc and/or /etc/csh.login? Maybe one of them sets the path. The order in which tcsh reads its startup scripts is not fixed. It may well be that it reads /etc/csh.login after ~/.tcshrc. -- Martin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
