Skip to content

Instantly share code, notes, and snippets.

@icantrap
Last active August 29, 2015 14:12
Show Gist options
  • Save icantrap/90d3978c651c94348493 to your computer and use it in GitHub Desktop.
Save icantrap/90d3978c651c94348493 to your computer and use it in GitHub Desktop.
Uninstall rvm

Pretty simple. Run rvm implode.

After that's done, check you .bash_profile (or similar shell startup script) for the line that loads the rvm environment. It looks something like

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

Delete that line.

Finally, delete ~/.rvmrc, if it exists.

Close out all your terminals, and you're now free of rvm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment