pip install mysql-python fails with EnvironmentError: mysql_config not found
问题 This is the error I get (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python Downloading/unpacking mysql-python Downloading MySQL-python-1.2.3.tar.gz (70Kb): 70Kb downloaded Running setup.py egg_info for package mysql-python sh: mysql_config: not found Traceback (most recent call last): File \"<string>\", line 14, in <module> File \"/home/zjm1126/zjm_test/mysite/build/mysql-python/setup.py\", line 15, in <module> metadata, options = get_config() File \"setup_posix.py\"