Skip to content

Instantly share code, notes, and snippets.

@he9lin
Created August 10, 2014 18:11
Show Gist options
  • Save he9lin/62484fd20d49ab29c1f1 to your computer and use it in GitHub Desktop.
Save he9lin/62484fd20d49ab29c1f1 to your computer and use it in GitHub Desktop.
Install rbenv on .zshrc
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
type rbenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment