Guest User

Untitled

a guest
Apr 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Install gems locally, and only locally, without gem complaining
  2. # about path access, and ensuring access to executables.
  3. #
  4. # Goes in config.fish
  5.  
  6. set -gx GEM_PATH "$HOME/.gem/ruby/1.8"
  7. set -gx GEM_HOME "$HOME/.gem/ruby/1.8"
  8. set -gx PATH "$HOME/.gem/ruby/1.8/bin:$PATH"
Add Comment
Please, Sign In to add comment