Skip to content

Instantly share code, notes, and snippets.

@jbarratt
Created August 24, 2010 17:35
Show Gist options
  • Save jbarratt/547939 to your computer and use it in GitHub Desktop.
Save jbarratt/547939 to your computer and use it in GitHub Desktop.
export RUBY_PREFIX="$HOME/.ruby"
export PATH="$RUBY_PREFIX/bin/:$RUBY_PREFIX/lib/ruby/gems/1.8/bin/:$PATH"
export GEM_HOME="$RUBY_PREFIX/lib/ruby/gems/1.8"
export GEM_PATH="$GEM_HOME"
export RUBYLIB="$RUBY_PREFIX/lib/ruby:$RUBY_PREFIX/lib:$RUBY_PREFIX/lib/site_ruby/1.8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment