Skip to content

Instantly share code, notes, and snippets.

@maxstoller
Created November 8, 2011 20:43
Show Gist options
  • Save maxstoller/1349144 to your computer and use it in GitHub Desktop.
Save maxstoller/1349144 to your computer and use it in GitHub Desktop.
deploy@ruby:~/apps/dea/current$ rvm info
ruby-1.9.2-p290@dea:
system:
uname: "Linux ruby 3.0.4-linode38 #1 SMP Thu Sep 22 14:59:08 EDT 2011 i686 GNU/Linux"
bash: "/bin/bash => GNU bash, version 4.1.5(1)-release (i486-pc-linux-gnu)"
zsh: " => not installed"
rvm:
version: "rvm 1.9.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]"
ruby:
interpreter: "ruby"
version: "1.9.2p290"
date: "2011-07-09"
platform: "i686-linux"
patchlevel: "2011-07-09 revision 32553"
full_version: "ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux]"
homes:
gem: "/home/deploy/.rvm/gems/ruby-1.9.2-p290@dea"
ruby: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290"
binaries:
ruby: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290/bin/ruby"
irb: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290/bin/irb"
gem: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290/bin/gem"
rake: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290/bin/rake"
environment:
PATH: "/home/deploy/.rvm/gems/ruby-1.9.2-p290@dea/bin:/home/deploy/.rvm/gems/ruby-1.9.2-p290@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.2-p290/bin:/home/deploy/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
GEM_HOME: "/home/deploy/.rvm/gems/ruby-1.9.2-p290@dea"
GEM_PATH: "/home/deploy/.rvm/gems/ruby-1.9.2-p290@dea:/home/deploy/.rvm/gems/ruby-1.9.2-p290@global"
MY_RUBY_HOME: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290"
IRBRC: "/home/deploy/.rvm/rubies/ruby-1.9.2-p290/.irbrc"
RUBYOPT: ""
gemset: "dea"
deploy@ruby:~/apps/dea/current$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment