摘要:
做个记录:1、删除 mysql1sudoapt-getautoremove--purgemysql-server-5.02sudoapt-getremovemysql-server3sudoapt-getautoremovemysql-server4sudoapt-getremovemysql-c... 阅读全文
摘要:
对于Linux来说,有多重包管理系统和安装机制。如果使用的是包含某种包管理器的Linux,那么可以很轻松的安装PythonMySQLdb库。Linux Fedora, CentOS系统:yum installMySQL-pythonLinux Ubuntu操作系统:apt-get installpy... 阅读全文
Ubuntu 12.04 安装mysql及mysql-python 分类: python Module ubuntu database 2014-01-23 10:07 615人阅读 评论(0) 收藏
摘要:
1、安装python开发包:sudo apt-get install python-dev2、安装mysql服务端、客户端及扩展包:sudo apt-get install mysql-server mysql-clientlibmysqlclient-dev3、安装python第三方库管理工具:s... 阅读全文
摘要:
ubuntu 下安装python开发包,执行命令 sudo apt-get install python-dev,报错;Reading package lists... Error!E: Encountered a section with no Package: headerE: Problem ... 阅读全文