Created
August 30, 2010 14:06
-
-
Save amrnt/557451 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
| ~ % ruby -v | |
| ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-darwin10] | |
| ~ % rvm list | |
| rvm rubies | |
| ruby-1.9.2-p0 [ x86_64 ] | |
| ~ % rvm use 1.9.2@rails2 | |
| info: Using ruby 1.9.2 p0 with gemset rails2 | |
| ~ % ruby -v | |
| ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] | |
| ~ % rails -v | |
| Rails 2.3.8 | |
| ~ % rvm use 1.9.2@rails3 | |
| info: Using ruby 1.9.2 p0 with gemset rails3 | |
| ~ % rails -v | |
| Rails 3.0.0 | |
| ~ % rvm --default 1.9.2@rails2 | |
| --------------------------------------------------------------- | |
| Opening new Terminal... | |
| ~ % ruby -v | |
| ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-darwin10] | |
| ~ % rvm info | |
| system: | |
| system: | |
| uname: "Darwin amrMacBookPro.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:27:12 PDT 2010; root:xnu-1504.7.4~1/RELEASE_X86_64 x86_64" | |
| zsh: "zsh 4.3.9 (i386-apple-darwin10.0)" | |
| bash: "GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
| rvm: | |
| version: "rvm 1.0.1 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]" | |
| homes: | |
| gem: "/Users/amr/.rvm/gems/ruby-1.9.2-p0@rails2" | |
| ruby: "/Users/amr/.rvm/rubies/ruby-1.9.2-p0" | |
| binaries: | |
| ruby: "/opt/local/bin/ruby" | |
| irb: "/opt/local/bin/irb" | |
| gem: "/opt/local/bin/gem" | |
| rake: "/opt/local/bin/rake" | |
| environment: | |
| PATH: "/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/Users/amr/.rvm/gems/ruby-1.9.2-p0@rails2/bin:/Users/amr/.rvm/gems/ruby-1.9.2-p0@global/bin:/Users/amr/.rvm/rubies/ruby-1.9.2-p0/bin:/Users/amr/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/mongodb/bin" | |
| GEM_HOME: "/Users/amr/.rvm/gems/ruby-1.9.2-p0@rails2" | |
| GEM_PATH: "/Users/amr/.rvm/gems/ruby-1.9.2-p0@rails2:/Users/amr/.rvm/gems/ruby-1.9.2-p0@global" | |
| BUNDLE_PATH: "/Users/amr/.rvm/gems/ruby-1.9.2-p0@rails2" | |
| MY_RUBY_HOME: "/Users/amr/.rvm/rubies/ruby-1.9.2-p0" | |
| IRBRC: "/Users/amr/.rvm/rubies/ruby-1.9.2-p0/.irbrc" | |
| RUBYOPT: "" | |
| gemset: "rails2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment