Installing Ruby 2.0.0 using RVM

前端 未结 5 387
天命终不由人
天命终不由人 2021-02-02 08:18

I have tried installing Ruby 2.0.0 using RVM:

  rvm install 2.0.0

Once installation is done. I did rvm list

5条回答
  •  广开言路
    2021-02-02 08:51

    Your rvm is probably not up to date, and by doing so the list of installable rubies also. Rvm probably took the best match, that was Rubinius 2

    When you do

    rvm list known
    

    You obtain the list of known rubies that you can install

    This list is updated at the same time you update rvm. Then you need to update rvm before installing MRI Ruby 2.0.0

    rvm get stable
    

提交回复
热议问题