How to install Ruby 2 on Ubuntu without RVM

后端 未结 6 1131
一生所求
一生所求 2020-12-07 08:38

I want to install ruby 2.0 using

sudo apt-get install ruby2.0

But there isn\'t available package for ruby2.0

I wan

6条回答
  •  臣服心动
    2020-12-07 09:26

    I particularly like ruby-install, available here: https://github.com/postmodern/ruby-install

    It will install ruby (any version), JRuby, etc., and has many other features besides.

提交回复
热议问题