On Jul 9, 2010, at 3:21 PM, 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?
Doesn't ruby install itself into ruby1.9? I know on my debian box, 'ruby' is aliases to 'ruby1.8'. I bet you have the same issue. -philip -- 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.

