Skip to content

Instantly share code, notes, and snippets.

@daviferreira
Created January 29, 2012 12:38
Show Gist options
  • Save daviferreira/1698626 to your computer and use it in GitHub Desktop.
Save daviferreira/1698626 to your computer and use it in GitHub Desktop.
Gems and virtualenvs
# add this to your virtualenv activate script
export GEM_HOME="$VIRTUAL_ENV/gems"
export GEM_PATH=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment