When I look at the version of Ruby
`$ ruby -v`
i get
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
but when I want to upgrade Ruby
$ rvm install 1.9.3
i get
Already installed ruby-1.9.3-p194.
What’s the problem?
Thanks all!
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.
ruby version selected by the rvm is depending on which version of rvm you are using.
Try following
To find all the installed versions of ruby use following