码迷,mamicode.com
首页 > 数据库 > 详细

mysql_config not found

时间:2015-02-01 20:17:29      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

在python中安装MySQL_python。不想通过下载源码编译,而是想用

easy_install MySQL_python

来安装。结果一直报错:

mysql_config not found

网上很多资料说要通过修改site.cfg来指定mysql_config的位置。我想只是因为我的macos里的mysql没有安装到系统默认位置导致的。考虑到系统会到/usr/bin找mysql,那自然也会去这里找mysql_config。于是安装语句变成了:

easy_install MySQL-python --with-mysql_config=/usr/local/mysql-5.6.20-osx10.8-x86_64/bin/mysql_config

就通过了。

mysql_config not found

标签:

原文地址:http://www.cnblogs.com/xiaoyuwrite/p/4265915.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!