venv/bin/pip install MySQL-python Collecting MySQL-python Downloading MySQL-python-1.2.5.zip (108kB) 100% |████████████████████████████████| 112kB 1.2MB/s
brew install mysql
After installation is complete, mysql path will be shown at the last. Use it in command
sudo PATH=/usr/local/Cellar/mysql/bin/:$PATH pip install mysql-python