Guest User

Untitled

a guest
Jun 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. mkdir -p ~/.gem/ruby/2.3.0/bin
  2. echo "export GEM_HOME=\"$HOME/.gem/ruby/2.3.0/\"" >> ~/.profile
  3. echo "export GEM_PATH=\"$HOME/.gem/ruby/2.3.0/\"" >> ~/.profile
  4. echo "export PATH=\"$GEM_PATH/bin:$PATH\"" >> ~/.profile
  5. echo "gem: --no-document" >> ~/.gemrc
Add Comment
Please, Sign In to add comment