Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
77
rated 0 times [  77] [ 0]  / answers: 1 / hits: 118253  / 2 Years ago, tue, february 15, 2022, 12:20:36

I finally got RVM working and now I would like RVM to install the latest stable ruby version.



In the tutorial I am using they installed ruby 1.9.3 with command :



rvm install 1.9.3


Now I want to know if there is a command to download the latest stable version, or do I have to check latest stable version and download it like that, or else, can I download any old version and run an upgrade?



Normally I would try out everything, but I am working on a new server and I am trying to set it up as clean as I can :)


More From » server

 Answers
5

you can install latest rvm and ruby by :



$ curl -L https://get.rvm.io | bash -s stable --ruby


and check all the ruby version with stability



$ rvm list known


can also check details here : http://www.ruby-lang.org/en/downloads/



$ rvm install ruby 2.0.0-p247 


Use when you want to download specific version or know this is stable.


[#30032] Wednesday, February 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eanda

Total Points: 439
Total Questions: 116
Total Answers: 105

Location: Armenia
Member since Sat, Dec 31, 2022
1 Year ago
eanda questions
Tue, Nov 22, 22, 15:24, 1 Year ago
Sat, Oct 16, 21, 23:48, 3 Years ago
Sun, Jul 3, 22, 09:38, 2 Years ago
Thu, Feb 3, 22, 14:33, 2 Years ago
;