Skip to content

Instantly share code, notes, and snippets.

@iande
Created June 5, 2011 18:19
Show Gist options
  • Save iande/1009244 to your computer and use it in GitHub Desktop.
Save iande/1009244 to your computer and use it in GitHub Desktop.
export PATH="/Users/chaos/.rvm/gems/ruby-1.9.2-p180@global/bin:/bin:/bin:/Users/chaos/.rvm/bin:$PATH"
rvm_path='/Users/chaos/.rvm' ; export rvm_path
RUBY_VERSION='ruby-1.9.2-p180' ; export RUBY_VERSION
GEM_HOME='/Users/chaos/.rvm/gems/ruby-1.9.2-p180@global' ; export GEM_HOME
GEM_PATH='/Users/chaos/.rvm/gems/ruby-1.9.2-p180@global:' ; export GEM_PATH
unset MY_RUBY_HOME
unset IRBRC
rvm_ruby_string='ruby-1.9.2-p180' ; export rvm_ruby_string
unset rvm_gemset_name
unset MAGLEV_HOME
unset RBXOPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment