Guest User

Untitled

a guest
May 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # Uses the sytems default gem repo (i.e. /Library/Ruby/Gems .... on OS X)
  2. alias orig_ruby='unset GEM_HOME; unset GEM_PATH'
  3.  
  4. # Overrides system default gem repo to use a specific gem repo
  5. alias overnothing='export GEM_HOME=~/dev/over_nothing/gem_home;export GEM_PATH=~/dev/over_nothing/gem_home;export PATH=~/dev/over_nothing/gem_home/bin:$PATH'
Add Comment
Please, Sign In to add comment