David Zhu wrote: > Hey guys > > I am running Ruby 1.8.7 on Ubuntu 10.04 > > How can I update it to 1.9.1? I tried instaling the 1.9.1 package, > everything seemed to work, but if I run "ruby -v" it still says > 1.8.7. > > I might be doing something wrong... so can someone plot out the steps > to updating the ruby version? > > Thank you
I know this isn't exactly what you were asking, but look into RVM (Ruby Version Manager) [1]. It makes is pretty easy to have multiple versions of Ruby on your system. Peace. [1] http://rvm.beginrescueend.com -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

