From: Fily Salas Date: 2011-11-25T01:14:09+09:00 Subject: How to make 1.9.2 my default version using RVM Hi, I know this may not be the right place to ask questions about RVM but I couldn't find a better forum. I have installed RVM as well as ruby 1.9.2 and everything works just fine except I cannot make ruby 1.9.2 my default. This is what I did... 1-installed RVM 2-installed new versions of ruby (1.9.2) 3-typed rvm use ruby 1.9.2 and everything works fine, if I type "ruby -v" I get something like "ruby 1.9.2p290..." which is fine, the problem is that I cannot set this version to be my default, I tried "rvm --default use ruby 1.9.2" but if I close and restart Terminal and type "ruby -v" it goes back to the system default ruby version 1.8.7. Any idea am I missing why its not working? Is there any other way to make 1.9.2 my default, so I don't have to specify what version of ruby I want to use every time I open a new Terminal window? Thanks a lot! -- Posted via http://www.ruby-forum.com/.