Over the course of the year, I became more familiar with programming on OS X, and I think that in my initial excitement, I installed a whole bunch of things that I will not use and which pollute my development environment.
In particular, I found that with pip, brew, port and easy_install, I added all kinds of packages for all kinds of versions and even for different systems (Snow Leopard and Mountain Lion).
So, now I was wondering, is it possible to start from scratch? I would prefer to store files and programs, so reinstalling the OS is not required. If there is an easy way to bulk delete packages for each of the four, this will help a lot.
Thank!
source
share