Skip to content

Instantly share code, notes, and snippets.

@lalala
Created January 17, 2012 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalala/1626543 to your computer and use it in GitHub Desktop.
Save lalala/1626543 to your computer and use it in GitHub Desktop.
rvm info
ruby-1.9.2-head:
system:
uname: "Linux pollux 3.1.9-2-ARCH #1 SMP PREEMPT Sat Jan 14 09:11:37 CET 2012 x86_64 Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz GenuineIntel GNU/Linux"
bash: "/bin/bash => GNU bash, version 4.2.20(2)-release (x86_64-unknown-linux-gnu)"
zsh: "/bin/zsh => zsh 4.3.15 (x86_64-unknown-linux-gnu)"
rvm:
version: "rvm 1.10.2-pre by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]"
updated: "15 minutes 50 seconds ago"
ruby:
interpreter: "ruby"
version: "1.9.2p312"
date: "2011-08-11"
platform: "x86_64-linux"
patchlevel: "2011-08-11 revision 32926"
full_version: "ruby 1.9.2p312 (2011-08-11 revision 32926) [x86_64-linux]"
homes:
gem: "/home/per/.rvm/gems/ruby-1.9.2-head"
ruby: "/home/per/.rvm/rubies/ruby-1.9.2-head"
binaries:
ruby: "/home/per/.rvm/rubies/ruby-1.9.2-head/bin/ruby"
irb: "/home/per/.rvm/rubies/ruby-1.9.2-head/bin/irb"
gem: "/home/per/.rvm/rubies/ruby-1.9.2-head/bin/gem"
rake: "/home/per/.rvm/gems/ruby-1.9.2-head/bin/rake"
environment:
PATH: "/home/per/.rvm/gems/ruby-1.9.2-head/bin:/home/per/.rvm/gems/ruby-1.9.2-head@global/bin:/home/per/.rvm/rubies/ruby-1.9.2-head/bin:/home/per/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl"
GEM_HOME: "/home/per/.rvm/gems/ruby-1.9.2-head"
GEM_PATH: "/home/per/.rvm/gems/ruby-1.9.2-head:/home/per/.rvm/gems/ruby-1.9.2-head@global"
MY_RUBY_HOME: "/home/per/.rvm/rubies/ruby-1.9.2-head"
IRBRC: "/home/per/.rvm/rubies/ruby-1.9.2-head/.irbrc"
RUBYOPT: ""
gemset: ""
==========================================================================0
[~]$ rvm use 1.9.3-head@achievable --default
Using /home/per/.rvm/gems/ruby-1.9.3-head with gemset achievable
[~]$ gemsets
gemsets for ruby-1.9.3-head (found in /home/per/.rvm/gems/ruby-1.9.3-head)
=> achievable
atm
global
## Open new shell ##
[~]$ gemsets
gemsets for ruby-1.9.3-head (found in /home/per/.rvm/gems/ruby-1.9.3-head)
achievable
atm
global
[~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment