Tagged Questions
16
votes
1answer
8k views
MacPorts vs. Fink vs. Homebrew
I always used MacPorts to install and maintain my GCC compilers (4.4, 4.5, 4.6, 4.7, ...) and gnuplot. Now I've heard about Fink and Homebrew. I think these two utilities are gaining ground in the Mac ...
5
votes
1answer
2k views
How do I change back from MacPorts Python to system default version?
I used MacPorts to install a newer version of Python on my system (10.5.8 PPC), and then used the MacPorts select command to change the default invoked version of Python to the MP version. Now I want ...
7
votes
4answers
995 views
What's the best way to install command line utilities such as GIT?
I'm a Windows/Linux guy that just got my Macbook Air. I do web dev, and am currently trying to setup this machine for some on-the-go development.
After some research attempts, I'm wondering: what's ...