rvm determine and install latest version of ruby

后端 未结 3 1182
时光说笑
时光说笑 2021-02-12 15:16

So far I only know how to do commands like

rvm 2.0.0

Fortunately Google tells me

The current stable version is 2.0.0-p2

3条回答
  •  暖寄归人
    2021-02-12 16:02

    I don't know of a way to have rvm just install the latest version automatically, but here's three simple commands using just rvm:

    rvm reload
    rvm list known # This will show all the available versions, including the latest
    rvm install  # Replace  with the latest shown by the last command
    

提交回复
热议问题