Skip to content

Instantly share code, notes, and snippets.

@hawkish
Created January 25, 2016 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkish/aae6b5b430c7d2dcb375 to your computer and use it in GitHub Desktop.
Save hawkish/aae6b5b430c7d2dcb375 to your computer and use it in GitHub Desktop.
bashrc addition for installing gems locally
export LANG=en_US.UTF-8
export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment