Skip to content

Instantly share code, notes, and snippets.

@shintack
Last active November 19, 2018 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shintack/2dfbc42bc9e8d64722571f889a22f490 to your computer and use it in GitHub Desktop.
Save shintack/2dfbc42bc9e8d64722571f889a22f490 to your computer and use it in GitHub Desktop.
Install rbenv
cd
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment