Skip to content

Instantly share code, notes, and snippets.

@pat
Created October 25, 2009 05:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save pat/217895 to your computer and use it in GitHub Desktop.
Save pat/217895 to your computer and use it in GitHub Desktop.
# Install gems locally, and only locally, without gem complaining
# about path access, and ensuring access to executables.
#
# Goes in .bash_profile or .bash_login.
export GEM_PATH="$HOME/.gem/ruby/1.8"
export GEM_HOME="$HOME/.gem/ruby/1.8"
export PATH="$HOME/.gem/ruby/1.8/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment