Skip to content

Instantly share code, notes, and snippets.

@sseletskyy
Created June 30, 2013 21:44
Show Gist options
  • Save sseletskyy/5897075 to your computer and use it in GitHub Desktop.
Save sseletskyy/5897075 to your computer and use it in GitHub Desktop.
rbenv (replacement of RVM)
Install rbenv (replacement of RVM)
> brew install rbenv
> brew install ruby-build
Install ruby 2.0.0-dev
> rbenv install 2.0.0-p195
Set local version
> rbenv local 2.0.0-p195
Set global version
> rbenv global 2.0.0-p195
Check what is installed
> rbenv versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment