1.Download and install sqlite3
$ tar sqlite-autoconf-3180000.tar.gz
$ cd sqlite-autoconf-3180000
$./configure --prefix=/usr/local/sqlite3 && make && make install
2.Export LD_LIBRARY_PATH
$ export LD_LIBRARY_PATH=/usr/local/lib
3.Download and install python3.6
$ tar Python-3.6.0.tar.xz
$ cd Python-3.6.0
$ ./configure && make && make install 没有_sqlite3
最新推荐文章于 2024-09-27 15:25:36 发布
2414

被折叠的 条评论
为什么被折叠?



