Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1087781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:59:03+00:00 2026-05-16T22:59:03+00:00

I am really confused by the explanations given in RVM website. The relation between

  • 0

I am really confused by the explanations given in RVM website. The relation between different ruby interpretors and gemsets are not clear to me. According to me, it is like this –

  1. My Account in my Mac have one rvm
  2. That rvm installs and manages set of different versions of ruby interpretors.
  3. each ruby version has set of gemsets.

Am i getting things clear… Any more amount of explanations are welcome. I am in a position to work on (Ruby 1.8.7 + rails 2.3.8 and its dependencies) and (Ruby 1.9.2 and Rails 3.0 and its dependencies)…

If any one is well versed with handling many ruby versions and gemsets with the help of rvm, please explain to me… thanks for the help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:59:03+00:00Added an answer on May 16, 2026 at 10:59 pm

    Here is how I like to do it…

    1. Install a ruby with RVM
    2. Switch to/use that ruby
    3. Create a gemset for a project
    4. Switch to/use that gemset
    5. Install gems needed
    6. create an alias that points to my chosen ruby & gemset
    7. switch to/use that new alias (again, associated w/ a project)

    Do this as many times necessary for your different projects that you want to keep separate from eachother.

    Example:

    $ rvm install ruby-1.9.2
    ...
    $ rvm list
    
    rvm rubies
    
    => ree-1.8.7-head [ i386 ]
       ruby-1.9.2-head [ i386 ]
       ruby-1.9.2-preview3 [ i386 ]
    
    $ rvm use ruby-1.9.2-preview3
    
    info: Using ruby 1.9.2 preview3
    $  rvm gemset create my_project
    
    info: Gemset 'my_project' created.
    rvm gemset use my_project
    
    info: Now using gemset 'my_project'
    $ gem install httparty
    When you HTTParty, you must party hard!
    Successfully installed crack-0.1.8
    Successfully installed httparty-0.6.1
    2 gems installed
    $ rvm alias create my_project ruby-1.9.2-preview3@my_project
    
    info: Creating alias my_project for ruby-1.9.2-preview3@my_project.
    
    info: Recording alias my_project for ruby-1.9.2-preview3@my_project.
    $ rvm use my_project
    
    info: Using ruby 1.9.2 preview3 with gemset my_project
    $ ....
    

    Now I have an entire environment dedicated to a particular project. This is great because I can experiment with all sorts of different gems/versions without worrying about stomping all over other projects that have very specific requirements.

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Really confused why the QR output using RcppArmadillo is different than QR output from
I am really confused about the difference between GOF and GRASP patterns? even both
I am really confused about Ruby on Rails REST routing. Even though I have
I'm really confused about this. I'm using the Ruby class below in an automated
I'm a really confused by the different options of drawing in QT. To make
I'm really confused, I just wrote this x = 0 y = 42 #Can
I'm really confused at the documentation of isSomeFunction , as well as at the
I'm really confused. I'm using Django 1.4 and I've been searching for this the
I'm really confused when it comes to queuing jQuery Effects and jQuery UI Effects.
I am really confused about object relationships! I have two classes Person and Address.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.