# RVM

Uninstall RVM

```shell
rvm implode

# or

rm -rf ~/.rvm

```

And don’t forget to remove the script calls in the following files:

* `~/.bashrc`
* `~/.bash_profile`
* `~/.profile`

And maybe others depending on whatever shell you’re using.
