when i write in the treminal “rvm list” i get this:
rvm rubies
ruby-1.9.1-p378 [ x86_64 ]
ruby-1.9.2-p136 [ x86_64 ]
but when i type “ruby -v” i get this:
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
what shoud i do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried
rvm use 1.9.2? Installing rubies does not make them the executable version of ruby. RVM will only makerubythe 1.9.2 version if you tell it to, withrvm use 1.9.2orrvm use 1.9.1If you want rvm to use 1.9.2 by default, use
rvm --default use 1.9.2