I have Python 2.6 & 3.1 installed on Leopard via mac ports with no problems. I want to install Django 1.2 via mac ports for Python 2.6, but a google search of how to do it seems to point me in the wrong direction. Can anyone point me in the right direction? Thanks again…..
Share
Just don’t do that. Install it directly from source.
Or better, use easy_install:
Or even better, use pip (and add virtualenv as a bonus (and virtualenvwrapper for more fun!)):