[RVM] How to Uninstall Ruby Version Management System RVM

Tadashi Shigeoka ·  Wed, February 8, 2012

I’ll introduce how to uninstall the Ruby version management system RVM (Ruby Version Manager).

For uninstallation, simply execute the following command from the command line:

$ rvm implode

Or alternatively:

$ rvm seppuku

However, I’m impressed by the naming sense of using “seppuku (ritual suicide)” as the command name for uninstalling.  

【References】

[rvm]RVM seppuku して再インストールメモ | milligramme 3cc

[rvm]Rubyバージョン管理システムRVM再インストールメモ | milligramme 3cc

That’s all from the Gemba regarding RVM uninstallation.