Skip to content

Instantly share code, notes, and snippets.

@mladenilic
Created June 8, 2018 20:27
Show Gist options
  • Save mladenilic/7f3e09ae69245b008f82634382604a12 to your computer and use it in GitHub Desktop.
Save mladenilic/7f3e09ae69245b008f82634382604a12 to your computer and use it in GitHub Desktop.
Install rbenv
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
rbenv install x.x.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment