Installing Ruby 2.0.0 using RVM

前端 未结 5 376
天命终不由人
天命终不由人 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

    You can do rvm use 2.0.0.

    If it tells you that you have it not installed, you just do:

    rvm install ruby-2.0.0-p598

    It will install everything that you need for you and then you can select which version of Ruby to use with rvm use

提交回复
热议问题