Created
August 17, 2011 15:48
-
-
Save tal/1151832 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
| $ type $(which ruby) ; file $(which ruby) | |
| ruby: not found | |
| aliased not found | |
| to not found | |
| _run-with-bundler is a shell function | |
| ruby is an alias for _run-with-bundler ruby | |
| ruby:: cannot open `ruby:' (No such file or directory) | |
| aliased: cannot open `aliased' (No such file or directory) | |
| to: cannot open `to' (No such file or directory) | |
| _run-with-bundler: cannot open `_run-with-bundler' (No such file or directory) | |
| ruby: cannot open `ruby' (No such file or directory) | |
| $ rvm info | |
| ree-1.8.7-2010.02@gilt: | |
| system: | |
| uname: "Darwin gc-ml-atlast.local 11.0.0 Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64 x86_64" | |
| bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)" | |
| zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)" | |
| rvm: | |
| version: "rvm 1.7.2 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]" | |
| ruby: | |
| interpreter: "ruby" | |
| version: "1.8.7" | |
| date: "2010-04-19" | |
| platform: "i686-darwin11.0.0" | |
| patchlevel: "2010-04-19 patchlevel 253" | |
| full_version: "ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-darwin11.0.0], MBARI 0x6770, Ruby Enterprise Edition 2010.02" | |
| homes: | |
| gem: "/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@gilt" | |
| ruby: "/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02" | |
| binaries: | |
| ruby: "/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby" | |
| irb: "/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02/bin/irb" | |
| gem: "/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02/bin/gem" | |
| rake: "/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@gilt/bin/rake" | |
| environment: | |
| PATH: "/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@gilt/bin:/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@global/bin:/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02/bin:/Users/tatlas/.rvm/bin:/Users/tatlas/bin:/Users/tatlas/.bin:/usr/local/bin:/usr/local/homebrew/bin:/opt/nginx/sbin:/opt/local/bin:/opt/local/sbin:/Users/tatlas/.rvm/gems/ree-1.8.7-2011.03/bin:/Users/tatlas/.rvm/gems/ree-1.8.7-2011.03@global/bin:/Users/tatlas/.rvm/rubies/ree-1.8.7-2011.03/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/share/npm/bin" | |
| GEM_HOME: "/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@gilt" | |
| GEM_PATH: "/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@gilt:/Users/tatlas/.rvm/gems/ree-1.8.7-2010.02@global" | |
| MY_RUBY_HOME: "/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02" | |
| IRBRC: "/Users/tatlas/.rvm/rubies/ree-1.8.7-2010.02/.irbrc" | |
| RUBYOPT: "" | |
| gemset: "gilt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment