简体   繁体   中英

What is the usual way to install a gem in ruby under RVM?

I'm new on Ruby on Rails.

Now I want to use rvm; in this article http://www.skorks.com/2010/01/using-multiple-rubies-seamlessly-on-the-one-machine-with-rvm/

it introduces:

sudo gem install rvm

to allow for a different ruby version. What confused me is gem is a package installer for ruby. Does it require the ruby language preinstalled? Do I need to have a ruby version installed first?

What's the usual way to install gem in RVM?

我很确定您不需要安装ruby来安装rvm,只需按照http://rvm.io/rvm/install/上的说明进行操作

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