rvm determine and install latest version of ruby

后端 未结 3 938
谎友^
谎友^ 2021-02-12 15:43

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:10

    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

提交回复
热议问题