rvm determine and install latest version of ruby

后端 未结 3 1111
时光说笑
时光说笑 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:14

    it is enough to:

    rvm get stable
    rvm use ruby --install --default 
    

    it will update rvm, check for latest ruby - install it if missing - and set as default

提交回复
热议问题