How to uninstall ruby installed by ruby-install

Unfortunately appears that ruby-install just downloads and compiles Ruby, with no option to remove it, unlike RVM or rbenv. So, probably you’ll need to run some manual commands here to delete all installed files. 1. Locate it Usually ruby-install will install rubies in ~/.rubies/ folder. If you’re not sure which ruby was installed using ruby-install, locate the file .installed.list, as it has a list of installed … Read more