Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. git clone git://github.com/sstephenson/rbenv.git .rbenv
  2. echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
  3. echo 'eval "$(rbenv init -)"' >> ~/.bashrc
  4. exec $SHELL
  5.  
  6. git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
  7. echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
  8. exec $SHELL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement