Created
September 18, 2010 11:44
-
-
Save ravicious/585595 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 use system | |
| info: Now using system ruby. | |
| ~ $ ruby -e "puts RUBY_VERSION, $:" | |
| 1.8.7 | |
| /usr/local/lib/site_ruby/1.8 | |
| /usr/local/lib/site_ruby/1.8/i486-linux | |
| /usr/local/lib/site_ruby/1.8/i386-linux | |
| /usr/local/lib/site_ruby | |
| /usr/lib/ruby/vendor_ruby/1.8 | |
| /usr/lib/ruby/vendor_ruby/1.8/i486-linux | |
| /usr/lib/ruby/vendor_ruby | |
| /usr/lib/ruby/1.8 | |
| /usr/lib/ruby/1.8/i486-linux | |
| /usr/lib/ruby/1.8/i386-linux | |
| . | |
| ~ $ rvm use 1.9.2 | |
| info: Using ruby 1.9.2 p0 | |
| ~ $ ruby -e "puts RUBY_VERSION, $:" | |
| 1.9.2 | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1 | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/i686-linux | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/vendor_ruby/1.9.1 | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/vendor_ruby/1.9.1/i686-linux | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/vendor_ruby | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1 | |
| /home/rav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/i686-linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment