> Here's the deal: The instructions for installing fink say that the line > "source /sw/bin/init.csh" > should be added to the beginning of the .cshrc file. It happens that > I am using the tcsh shell and when I add that line to the beginning > of my .tcshrc I don't get the fink utilities to work.
You can put this line in your ~/.cshrc and it will work well. >From the tcsh(1) man page: ----8<----8<----8<----8<---- Users who need to use the same set of files with both csh(1) and tcsh can have only a ~/.cshrc which checks for the exis- tence of the tcsh shell variable (q.v.) before using tcsh- specific commands, or can have both a ~/.cshrc and a ~/.tcshrc which sources (see the builtin command) ~/.cshrc. ---->8---->8---->8---->8---- -- Bertrand _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
