> For the complete documentation index, see [llms.txt](https://www.logeshpaul.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.logeshpaul.com/wiki/code/rvm.md).

# 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.
