mlzboy
mlzboy

Reputation: 14691

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?

Upvotes: 0

Views: 75

Answers (1)

Nemo157
Nemo157

Reputation: 3589

I'm pretty sure you don't need ruby installed to install rvm, just follow the instructions at http://rvm.io/rvm/install/

Upvotes: 1

Related Questions