Created
September 26, 2012 16:46
-
-
Save chrismytton/3789119 to your computer and use it in GitHub Desktop.
rbx-environment
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
~% echo $RBX_ROOT | |
/Users/chris/.rbenv/versions/rbx-2.0.0-dev | |
~% echo $PATH | |
/Users/chris/.rbenv/versions/rbx-2.0.0-dev/gems/1.9/bin:/Users/chris/.rbenv/shims:/Users/chris/.rbenv/bin:/Users/chris/.dotfiles/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
~% rbenv shell rbx-2.0.0-dev | |
~% ruby -v | |
rubinius 2.0.0dev (1.9.3 ca63c49c yyyy-mm-dd JI) [x86_64-apple-darwin12.1.0] | |
~% which ruby | |
/Users/chris/.rbenv/shims/ruby | |
~% gem list | |
*** LOCAL GEMS *** | |
bundler (1.2.1) | |
ffi (1.0.11) | |
json (1.7.1) | |
rake (0.9.2.2) | |
rake-compiler (0.8.1) | |
rdoc (3.12) | |
ruby-debug (0.10.47) | |
~% which bundle | |
/Users/chris/.rbenv/versions/rbx-2.0.0-dev/gems/1.9/bin/bundle | |
~% bundle -v | |
Bundler version 1.2.1 | |
~% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment