Skip to content

Instantly share code, notes, and snippets.

@vinyll
Created February 18, 2019 21:08
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 vinyll/f582b0d4edcbd78d3eaec147f99f60c5 to your computer and use it in GitHub Desktop.
Save vinyll/f582b0d4edcbd78d3eaec147f99f60c5 to your computer and use it in GitHub Desktop.
Install ruby gems locally
export GEM_HOME=$PWD/gems
export PATH=$PWD/bin:$PATH
export RUBYLIB=$PWD/lib:$RUBYLIB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment