Over the course of the year I've become more familiar with programming on OS X, and I think in my initial excitement I installed a whole bunch of things that I won't use and that pollute my development environment.
In particular, I find that with pip, brew, port, and easy_install, I've added all sorts of packages for all sorts of versions, and even for different systems (Snow Leopard and Mountain Lion).
So now, I was wondering if there was any way for me to start from scratch? I'd prefer to keep my files and programs, so no reinstalling the OS. If there is an easy way to mass uninstall packages for each of the four, that would help tremendously.
Thanks!