Uninstall Ruby installed from source code. Diary Twitter Facebook はてブ Pocket LINE コピー 2020.02.12 2006.07.16 I wonder why ruby doesn’t have uninstall function. So I uninstalled manually like this. # cd /usr/local && find . -name ruby -exec rm -rf {} \;
コメント