Q3.18: I've edited my .cshrc and started a new terminal, but I still get "fink: command not found".
A: (This assumes you are using tcsh). When tcsh is started, it first reads system-wide scripts, and then those for your user account. It looks first for ~/.tcshrc, and if that isn't found, ~/.cshrc; note that if you have both, only ~/.tcshrc gets run.
What has probably happened is that some application package (e.g. CodeWarrior) has created a ~/.tcshrc, and therefore ~/.cshrc isn't being read. A good fix is to add the following line to ~/.tcshrc:
source ~/.cshrc
Problem is I've searched my machine by using the Find command, and I still cannot locate .tcshrc
So if there is no .tcshrc file then my shell should be reading the .cshrc file.
Still if I check my PATH sw/bin is not present in it.
Any ideas how to help me install Fink
I downloaded Fink 0.4.1 because I am running OS 10.1.5 Thank You
------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners