One little supplemental question:

%% echo $PATH
/sw/bin:/sw/sbin:/sw/include:/usr/local/bin:/usr/local/mysql/bin:/ bin:/sbin:
/usr/bin:/usr/sbin:/usr/local/bin:/usr/texbin:/usr/X11R6/bin

Where is the $PATH-file to push the /sw to the end? The path is not saved in .tcshrc nor .profile ... If I remember well it was somewhere in / Library?
May I edit this file by hand?

Fink usually installs a line in your .profile that sources the Fink startup script.

You could save $PATH t o $OLD_PATH before sourcing Fink's startup script, then after it runs just do $PATH="$OLD_PATH:/sw/ sbin:...etc..." with the additions at the end.

sherm--

Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net


Reply via email to