From: Eloy D. <elo...@gm...> - 2007-09-24 15:16:32
|
> Also I have some PATH confusion because typically I use /opt/local for > all ruby/rails dev > Here is my existing PATH > > /Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin > - snip - > If my path is set to above, should installing from source use > /opt/local? Or do I have to explicitly set the path? If you have a ruby in /opt/local/bin that should be correct and that ruby should be used. You can always try the following to see which one is first in your path: $ which ruby I'll await the source installation log. Cheers, Eloy |