Skip to content

Instantly share code, notes, and snippets.

View Victorgf87's full-sized avatar
:octocat:
Coding

Víctor González Fuente Victorgf87

:octocat:
Coding
  • Madrid
View GitHub Profile
@brentertz
brentertz / rvm2rbenv.txt
Created November 21, 2011 23:00
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 ###################################################################