Greg Hauptmann wrote: > Hi, > > I'm interested in getting my Macbook Ruby installation up to v1.8.6. > What's > the easiest way? > > I already have Locomotive, but I was thinking of trying to avoid using > this > and going with a base Ruby installation so that when I go to iTerm / > Terminals they would see the latest version of Ruby. Fink doesn't > seem to > have v1.8.6 listed (only up to v.1.8.5). > > Tks > I think the easiest way is to simply download the tarball from www.ruby-lang.org and compile it yourself. If you've already got the Xcode tools installed, it's simply a matter of ./configure make sudo make install And the make sure you've got /usr/local/bin in front of /usr/bin in your PATH: export PATH=/usr/local/bin:$PATH -- RMagick OS X Installer [http://rubyforge.org/projects/rmagick/] RMagick Hints & Tips [http://rubyforge.org/forum/forum.php?forum_id=1618] RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html]