daily pastebin goal
25%
SHARE
TWEET

Untitled

a guest Sep 28th, 2017 64 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
RAW Paste Data
Top