On 3/18/06, Ingo Weiss <[EMAIL PROTECTED]> wrote: > Hi, > > after I tried to install Trac with fink, my Ruby on Rails installation > doesn't work any more. I guess it's because fink installed it's own Ruby > as part of the Trac installation. > > I guess if I could get fink to APPEND it's "/sw" path to the search path > rather than PREPEND it, this should be fixed, or? I took a look a the > /sw/bin/init.sh script and it is much too complex for me to understand. > How can I do this? Or could such a change cause other problems? > > Or, could I just do away with the script and instead just use > > export PATH=$PATH:/sw > > ? > > > [email protected] >
You'd need to make that export PATH=$PATH:/sw/bin:/sw/sbin at minimum. Fink's ruby doesn't do Ruby on Rails? > -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
