How do I uninstall a ruby version installed via source?
- by Aaron McIver
I installed a version (1.9.3-p194) of ruby via source using make install and realized this may have been the wrong route to take. Upon doing this, I realized this was a mistake and I should be using a solution such as rvm to address my ruby versions within the OS.
I looked to see if an uninstall existed to be ran in conjunction with make and it…