How to uninstall ruby installed by ruby-install
问题 I have many rubies installed by ruby-install under ~/.rubies : ls .rubies ruby-1.9.3-p545 ruby-2.0.0-p598 ruby-2.1.3 ruby-2.1.5 ruby-2.0.0-p451 ruby-2.1.2 ruby-2.1.4 ruby-2.2.0 I want to uninstall one of the ruby installed by ruby-install, How do I do that? 回答1: 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