From: Aaron Allison Date: 2010-12-21T13:23:34+09:00 Subject: Re: Upgrade OS X Snow Leopard to 1.9.x unknown wrote in post #969703: > On Mon, Dec 20, 2010 at 9:20 PM, Aaron Allison > wrote: >> I am trying to update my mac to the latest ruby. >> >> I follow the instructions on Hivelogic >> http://hivelogic.com/articles/ruby-rails-leopard. I compiled Ruby from >> source but when I do ruby -v I get ruby 1.8.7 (2009-06-12 patchlevel >> 174) [universal-darwin10.0]. Not the latest. I didn't get any errors >> when I compiled. Anybody else run into this problem? > > Try: > /usr/local/bin/ruby -v > > Also, take a look at Homebrew and RVM. Thanks. It reads ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0] Now when I do ruby -v it reads ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0] -- Posted via http://www.ruby-forum.com/.