I am trying to get a Python script to run on the linux server I\'m connected to via ssh. The script uses mysqldb. I have all the other components I need, but when I try to i
sudo apt-get build-dep python-mysqldb will install all the dependencies to build the package from PIP/easy_install
sudo apt-get build-dep python-mysqldb