Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Sebfh's full-sized avatar

Sebastiaan Hoejenbos Sebfh

View GitHub Profile
@Sebfh
Sebfh / rvm2rbenv.txt
Created June 6, 2012 20:27 — 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 ###################################################################