Created
August 24, 2010 17:35
-
-
Save jbarratt/547939 to your computer and use it in GitHub Desktop.
This file contains 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
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