Skip to content

Category Archives: python

Getting virtualized python , django, and mysql working on OS X snow leopard

Yesterday, I was able to  to get django, installed with mysql support.  I used several websites to get it working right. 1) i installed mysql (64bit) from the official builds on mysql.com 2) i installed virtualenv from setuptools. I typed the following: $ sudo easy_install virtualenv 3)  I created directory for my virtual environment for […]