简体   繁体   中英

how to install ruby 2.1.2 using RVM in ubuntu 11.10

I am trying to install ruby version 2.1.2 in UBUNTU 11.10 using RVM but i am facing issue. I used the below commands to install it:
rvm install 2.1.2

it hangs after below output:
rbx-2.1.2 installing #dependencies Cloning git://github.com/rubinius/rubinius.git

Could you please help me if there is any other way to install the same or i am making some mistake?

rbx-2.1.2 is different from ruby-2.1.2

Try rvm install ruby-2.1.2 ?

Try updating to latest version of rvm.

See https://rvm.io/rvm/upgrading

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM