Created
August 19, 2013 22:30
-
-
Save captproton/6274975 to your computer and use it in GitHub Desktop.
rvm info
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-2.0.0-p247: | |
| system: | |
| uname: "Darwin captprotonlocal.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64" | |
| system: "osx/10.8/x86_64" | |
| bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12)" | |
| zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin12.0)" | |
| rvm: | |
| version: "rvm 1.22.2 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]" | |
| updated: "1 day 4 hours 20 minutes 56 seconds ago" | |
| path: "/Users/captainproton/.rvm" | |
| ruby: | |
| interpreter: "ruby" | |
| version: "2.0.0p247" | |
| date: "2013-06-27" | |
| platform: "x86_64-darwin12.3.0" | |
| patchlevel: "2013-06-27 revision 41674" | |
| full_version: "ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]" | |
| homes: | |
| gem: "/Users/captainproton/.rvm/gems/ruby-2.0.0-p247" | |
| ruby: "/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247" | |
| binaries: | |
| ruby: "/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247/bin/ruby" | |
| irb: "/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247/bin/irb" | |
| gem: "/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247/bin/gem" | |
| rake: "/Users/captainproton/.rvm/gems/ruby-2.0.0-p247@global/bin/rake" | |
| environment: | |
| PATH: "/Users/captainproton/.rvm/gems/ruby-2.0.0-p247/bin:/Users/captainproton/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247/bin:/Users/captainproton/.rvm/bin:/usr/local/bin:/usr/local/sbin:/Users/captainproton/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/opt/sm/pkg/active/sbin" | |
| GEM_HOME: "/Users/captainproton/.rvm/gems/ruby-2.0.0-p247" | |
| GEM_PATH: "/Users/captainproton/.rvm/gems/ruby-2.0.0-p247:/Users/captainproton/.rvm/gems/ruby-2.0.0-p247@global" | |
| MY_RUBY_HOME: "/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247" | |
| IRBRC: "/Users/captainproton/.rvm/rubies/ruby-2.0.0-p247/.irbrc" | |
| RUBYOPT: "" | |
| gemset: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment