william wisse wrote:
[]
I downloaded Fink 0.4.1 because I am running OS 10.1.5

If you are on OSX 10.1, there is another possibility: You have shell startup scripts in /usr/share/init/tcsh/, and one of them might run *after* ~/.cshrc and reset your PATH.


In this case, the cleanest way would be to forget about ~/.cshrc altogether and put the "source /sw/bin/init.csh" line into the file ~/Library/init/tcsh/path :

  cd
  mkdir -p Library/init/tcsh
  echo "source /sw/bin/init.csh" >> Library/init/tcsh/path

I am assuming here that you did not change the default settings. If you changed any of the files /etc/csh.login, /etc/csh.cshrc, or anything inside /usr/share/init/tcsh/, then all bets are off. Likewise if you already created ~/Library/init/tcsh/ in the past and put weird things inside.

--
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

Reply via email to