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

CentOS下python-sqlite3安装

时间:2017-04-05 16:02:53      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:成功   shell   重新安装   make   str   tar.gz   5.6   安装   isa   

 先安装SQLite3,然后重新安装Python。

 

1 安装SQLite3。

 

1)wget http://www.sqlite.org/sqlite-3.5.6.tar.gz

2)tar -xzvf sqlite-3.5.6.tar.gz

3)cd sqlite-3.5.6

4)./configure --disable-tcl

5)make 

6)make install

 

2 重新安装Python。

 

1)wget http://www.python.org/ftp/python/2.5.6/Python-2.5.6c1.tgz

2)tar -xzvf Python-2.5.6c1.tgz

3)cd Python-2.5.6c1

4)./configure

5)make 

6)make install

 

3 测试。

Python shell下导入sqlite3,如果没出错就说明安装成功了。

 

PS:更多Python版本下载 http://www.python.org/ftp/python/

CentOS下python-sqlite3安装

标签:成功   shell   重新安装   make   str   tar.gz   5.6   安装   isa   

原文地址:http://www.cnblogs.com/Sunnynanbing/p/6669109.html

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