All gems appear in gemset

11 views
Skip to first unread message

Don French

unread,
Jul 16, 2012, 2:13:23 PM7/16/12
to rubyversi...@googlegroups.com
I created a gemset and use it on one computer and did a gem list. I got only a couple as expected. I did the same thing on another computer and I got almost all my gems and the various versions (unexpected). Both are on RVM 1.14.5.  I am at a loss as to the difference.

An ideas as to where to look?

Thanks.

Don French

unread,
Jul 16, 2012, 2:21:09 PM7/16/12
to rubyversi...@googlegroups.com
Additional. Gem is 1.8.24. Both computers are Mac but the one working is Lion and the improper one is Snow Leopard.
dhf

mpapis

unread,
Jul 16, 2012, 3:20:44 PM7/16/12
to rubyversi...@googlegroups.com
make sure you use a gemset:

    rvm current

if you missed to use gemset you can use it with:

    rvm use 1.9.3@gemset --create

also you can list gems in @global gemset with:

    rvm @global do gem list

Reply all
Reply to author
Forward
0 new messages