Skip to content

Instantly share code, notes, and snippets.

@jhubert
Forked from brentertz/rvm2rbenv.txt
Last active December 15, 2015 10:49
Show Gist options
  • Save jhubert/5248475 to your computer and use it in GitHub Desktop.
Save jhubert/5248475 to your computer and use it in GitHub Desktop.
## Prepare ###################################################################
# Remove RVM
rvm implode
# Remove the RVM stuff from your .profile - It probably looks like...
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
# Reload your profile
. ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment