Created
May 11, 2012 19:44
-
-
Save eklein/2662024 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[eklein@bld-engbld-01 ~]$ rvm --version | |
rvm 1.13.4 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
[eklein@bld-engbld-01 ~]$ rvm list | |
rvm rubies | |
jruby-1.6.5 [ amd64 ] | |
jruby-1.6.7 [ amd64 ] | |
=* ruby-1.8.7-p352 [ x86_64 ] | |
ruby-1.9.2-p290 [ x86_64 ] | |
ruby-1.9.3-p194 [ x86_64 ] | |
# => - current | |
# =* - current && default | |
# * - default | |
[eklein@bld-engbld-01 ~]$ gem list | |
*** LOCAL GEMS *** | |
bundler (1.1.3) | |
rake (0.9.2.2) | |
rubygems-bundler (0.9.2) | |
rvm (1.11.3.3) | |
[eklein@bld-engbld-01 ~]$ rvm user gemsets | |
[eklein@bld-engbld-01 ~]$ rvm reload | |
RVM reloaded! | |
[eklein@bld-engbld-01 ~]$ rvm use --create ruby-1.8.7-p352@whatever | |
Using /home/eklein/.rvm/gems/ruby-1.8.7-p352 with gemset whatever | |
[eklein@bld-engbld-01 ~]$ gem list | |
*** LOCAL GEMS *** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment