Uninstall Ruby installed from source code.
I wonder why ruby doesn’t have uninstall function.
So I uninstalled manually like this.
# cd /usr/local && find . -name ruby -exec rm -rf {} ] I wonder why ruby doesn’t have uninstall function.
So I uninstalled manually like this.
# cd /usr/local && find . -name ruby -exec rm -rf {} ]