AWS Linux 2012.03 now comes with ruby 1.9.3
To install it (as per the docs):
sudo yum install ruby19
But ruby -v shows 1.8.7. How would I switch it over 1.9.3 (If its already there there would be no need to use RVM yes?)
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 1.9 should be available under the name
ruby19orruby1.9.rubyis just a symbolic link that points to default version of ruby.