Skip to content

Instantly share code, notes, and snippets.

@mixomat
mixomat / rvm2rbenv.txt
Created July 12, 2012 07:15 — forked from brentertz/rvm2rbenv.txt
Switch from RVM to RBENV
## Prepare ###################################################################
# Remove RVM
rvm implode
# Ensure your homebrew is working properly and up to date
brew doctor
brew update
## Install ###################################################################