Skip to content

Instantly share code, notes, and snippets.

@mmmpa
Created May 2, 2014 06:34
Show Gist options
  • Save mmmpa/34a1c9485e6a699a0e67 to your computer and use it in GitHub Desktop.
Save mmmpa/34a1c9485e6a699a0e67 to your computer and use it in GitHub Desktop.
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment