I'm new to Mac (as of yesterday), and I have Snow Leopard. I've just easy_install
virtualenv, and it doesn't work. I read a couple other SO questions about the same exception I had, and it seems that I need XCode installed. Before I go down a rabbit hole, installing a 3.5Gb Apple-specific code library for something Python related, and who knows what else at this point, I figured I'd stop by here and find out what's typical for Django developers with Macs.
- What tools / libraries that are Python/Django specific, but non-project specific do you commonly use?
- Is XCode really necessary to use virtualenv (and potentially other things, or is this just one way to solve my issue?
- Are there other Mac issues that you've run into with basic Django development?
- Do you have any other tips for a veteran Django dev who is an absolute Mac noob?