Created
August 26, 2009 02:14
-
-
Save kamal/175250 to your computer and use it in GitHub Desktop.
This file contains 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
MBP:~ kamal$ ruby -v | |
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0] | |
MBP:~ kamal$ rvm -v | |
rvm 0.0.17 (2009.08.25) [http://github.com/wayneeseguin/rvm] | |
MBP:~ kamal$ rvm info | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.6" | |
date: "2008-08-11" | |
platform: "universal-darwin9.0" | |
patchlevel: "2008-08-11 patchlevel 287" | |
full_version: "ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]" | |
homes: | |
gem: "not set" | |
ruby: "not set" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
MBP:~ kamal$ rvm default | |
<i> Switching to default ... | |
MBP:~ kamal$ rvm info | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.6" | |
date: "2009-06-08" | |
platform: "i686-darwin9.8.0" | |
patchlevel: "2009-06-08 patchlevel 369" | |
full_version: "ruby 1.8.6 (2009-06-08 patchlevel 369) [i686-darwin9.8.0]" | |
homes: | |
gem: "/Users/kamal/.gem/ruby/1.8" | |
ruby: "/Users/kamal/.rvm/ruby-1.8.6-p369" | |
binaries: | |
ruby: "/Users/kamal/.rvm/ruby-1.8.6-p369/bin/ruby" | |
irb: "/Users/kamal/.rvm/ruby-1.8.6-p369/bin/irb" | |
gem: "/Users/kamal/.rvm/ruby-1.8.6-p369/bin/gem" | |
MBP:~ kamal$ |
This file contains 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
MBP:~ kamal$ rvm debug | |
rvm 0.0.17 (2009.08.25) [http://github.com/wayneeseguin/rvm] | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.6" | |
date: "2009-06-08" | |
platform: "i686-darwin9.8.0" | |
patchlevel: "2009-06-08 patchlevel 369" | |
full_version: "ruby 1.8.6 (2009-06-08 patchlevel 369) [i686-darwin9.8.0]" | |
homes: | |
gem: "/Users/kamal/.gem/ruby/1.8" | |
ruby: "/Users/kamal/.rvm/ruby-1.8.6-p369" | |
binaries: | |
ruby: "/Users/kamal/.rvm/ruby-1.8.6-p369/bin/ruby" | |
irb: "/Users/kamal/.rvm/ruby-1.8.6-p369/bin/irb" | |
gem: "/Users/kamal/.rvm/ruby-1.8.6-p369/bin/gem" | |
<i> PATH:/Users/kamal/.rvm/ruby-1.8.6-p369/bin:/Users/kamal/.gem/ruby/1.8/bin:/Users/kamal/.rvm/ruby-1.8.6-p369/bin:/Users/kamal/.gem/ruby/1.8/bin:/usr/bin | |
cat: /Users/kamal//Users/kamal/.bash_profile: No such file or directory | |
<i> /Users/kamal/.bash_profile: | |
cat: /Users/kamal//Users/kamal/.zprofile: No such file or directory | |
<i> /Users/kamal/.zprofile: | |
cat: /Users/kamal/.rvm/current: No such file or directory | |
<i> /Users/kamal/.rvm/current: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment