Created
January 29, 2011 16:08
-
-
Save lenw/801952 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ rvm info | |
ruby-1.8.7-p330: | |
system: | |
uname: "Darwin Taurean.local 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
zsh: "/bin/zsh => zsh 4.3.9 (i386-apple-darwin10.0)" | |
rvm: | |
version: "rvm 1.2.4 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2010-12-23" | |
platform: "i686-darwin10.6.0" | |
patchlevel: "2010-12-23 patchlevel 330" | |
full_version: "ruby 1.8.7 (2010-12-23 patchlevel 330) [i686-darwin10.6.0]" | |
homes: | |
gem: "/Users/len/.rvm/gems/ruby-1.8.7-p330" | |
ruby: "/Users/len/.rvm/rubies/ruby-1.8.7-p330" | |
binaries: | |
ruby: "/Users/len/.rvm/rubies/ruby-1.8.7-p330/bin/ruby" | |
irb: "/Users/len/.rvm/rubies/ruby-1.8.7-p330/bin/irb" | |
gem: "/Users/len/.rvm/rubies/ruby-1.8.7-p330/bin/gem" | |
rake: "/Users/len/.rvm/gems/ruby-1.8.7-p330@global/bin/rake" | |
environment: | |
PATH: "/Users/len/.rvm/gems/ruby-1.8.7-p330/bin:/Users/len/.rvm/gems/ruby-1.8.7-p330@global/bin:/Users/len/.rvm/rubies/ruby-1.8.7-p330/bin:/Users/len/.rvm/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" | |
GEM_HOME: "/Users/len/.rvm/gems/ruby-1.8.7-p330" | |
GEM_PATH: "/Users/len/.rvm/gems/ruby-1.8.7-p330:/Users/len/.rvm/gems/ruby-1.8.7-p330@global" | |
MY_RUBY_HOME: "/Users/len/.rvm/rubies/ruby-1.8.7-p330" | |
IRBRC: "/Users/len/.rvm/rubies/ruby-1.8.7-p330/.irbrc" | |
RUBYOPT: "" | |
gemset: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment