I have problem on command
sudo pip install MySQl-python
All log:
Downloading/unpacking MySQl-python Downloading MySQL-pyth
From mysql-python on mac os 10.9.1
Fixed it by running:
export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments
before `pip install...```
Props to Romeo Mihalcea for answering his own question.