Skip to content

Instantly share code, notes, and snippets.

@jamland
Created December 11, 2013 19:36
Show Gist options
  • Save jamland/7916927 to your computer and use it in GitHub Desktop.
Save jamland/7916927 to your computer and use it in GitHub Desktop.
text ~/.powenv
export PATH ; PATH="/Users/andy/.rvm/gems/ruby-1.9.3-p362/bin:/Users/andy/.rvm/gems/ruby-1.9.3-p362@global/bin:/Users/andy/.rvm/rubies/ruby-1.9.3-p362/bin:/Users/andy/.rvm/bin:$PATH"
export rvm_env_string ; rvm_env_string='ruby-1.9.3-p362'
export rvm_path ; rvm_path='/Users/andy/.rvm'
export rvm_ruby_string ; rvm_ruby_string='ruby-1.9.3-p362'
unset rvm_gemset_name
export RUBY_VERSION ; RUBY_VERSION='ruby-1.9.3-p362'
export GEM_HOME ; GEM_HOME='/Users/andy/.rvm/gems/ruby-1.9.3-p362'
export GEM_PATH ; GEM_PATH='/Users/andy/.rvm/gems/ruby-1.9.3-p362:/Users/andy/.rvm/gems/ruby-1.9.3-p362@global'
export MY_RUBY_HOME ; MY_RUBY_HOME='/Users/andy/.rvm/rubies/ruby-1.9.3-p362'
export IRBRC ; IRBRC='/Users/andy/.rvm/rubies/ruby-1.9.3-p362/.irbrc'
unset MAGLEV_HOME
unset RBXOPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment