Skip to content

Instantly share code, notes, and snippets.

@colin
Forked from pat/gist:217895
Created January 10, 2010 14:39
Show Gist options
  • Save colin/273547 to your computer and use it in GitHub Desktop.
Save colin/273547 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