I have tried to update my ruby version many different ways, reading forums and the like, and every time, it looks like the installation/upgrade completes without errors, but when I run ruby-v, it still spits out ruby 1.8.7 instead of 1.9.2.
The latest that I have tried was to download the newest version of Ruby from ruby-lang.org. Then ran autoconf on the folder. Then ./configure --program-suffix=19 --enable-shared --with-readline-dir=/usr/local . (which was code I found from someone's blog on installing 1.9.1) Then make && sudo make install This didn't update the version. I have tried everything that I know how to do in Terminal and by following instructions. Anyone have any ideas? -- 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.

