Created
November 12, 2013 18:38
-
-
Save Solnse/7436357 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
chad@zen:~/repos/cybercoders$ rvm current | |
ruby-2.0.0-p247 | |
chad@zen:~/repos/cybercoders$ rvm info | |
ruby-2.0.0-p247: | |
system: | |
uname: "Linux zen 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23 07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux" | |
system: "ubuntu/13.10/x86_64" | |
bash: "/bin/bash => GNU bash, version 4.2.45(1)-release (x86_64-pc-linux-gnu)" | |
zsh: " => not installed" | |
rvm: | |
version: "rvm 1.23.8 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "24 days 21 hours 57 minutes 29 seconds ago" | |
path: "/home/chad/.rvm" | |
ruby: | |
interpreter: "ruby" | |
version: "2.0.0p247" | |
date: "2013-06-27" | |
platform: "x86_64-linux" | |
patchlevel: "2013-06-27 revision 41674" | |
full_version: "ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]" | |
homes: | |
gem: "/home/chad/.rvm/gems/ruby-2.0.0-p247" | |
ruby: "/home/chad/.rvm/rubies/ruby-2.0.0-p247" | |
binaries: | |
ruby: "/home/chad/.rvm/rubies/ruby-2.0.0-p247/bin/ruby" | |
irb: "/home/chad/.rvm/rubies/ruby-2.0.0-p247/bin/irb" | |
gem: "/home/chad/.rvm/rubies/ruby-2.0.0-p247/bin/gem" | |
rake: "/home/chad/.rvm/gems/ruby-2.0.0-p247@global/bin/rake" | |
environment: | |
PATH: "/home/chad/.rvm/gems/ruby-2.0.0-p247/bin:/home/chad/.rvm/gems/ruby-2.0.0-p247@global/bin:/home/chad/.rvm/rubies/ruby-2.0.0-p247/bin:/home/chad/.rvm/bin:/usr/local/heroku/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" | |
GEM_HOME: "/home/chad/.rvm/gems/ruby-2.0.0-p247" | |
GEM_PATH: "/home/chad/.rvm/gems/ruby-2.0.0-p247:/home/chad/.rvm/gems/ruby-2.0.0-p247@global" | |
MY_RUBY_HOME: "/home/chad/.rvm/rubies/ruby-2.0.0-p247" | |
IRBRC: "/home/chad/.rvm/rubies/ruby-2.0.0-p247/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
chad@zen:~/repos/cybercoders$ gem env | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 2.0.3 | |
- RUBY VERSION: 2.0.0 (2013-06-27 patchlevel 247) [x86_64-linux] | |
- INSTALLATION DIRECTORY: /home/chad/.rvm/gems/ruby-2.0.0-p247 | |
- RUBY EXECUTABLE: /home/chad/.rvm/rubies/ruby-2.0.0-p247/bin/ruby | |
- EXECUTABLE DIRECTORY: /home/chad/.rvm/gems/ruby-2.0.0-p247/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-linux | |
- GEM PATHS: | |
- /home/chad/.rvm/gems/ruby-2.0.0-p247 | |
- /home/chad/.rvm/gems/ruby-2.0.0-p247@global | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :benchmark => false | |
- :sources => ["http://rubygems.org/", "https://rubygems.org"] | |
- REMOTE SOURCES: | |
- http://rubygems.org/ | |
- https://rubygems.org | |
chad@zen:~/repos/cybercoders$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment