yum install sqlite-devel -y
wget peak.telecommunity.com/dist/ez_setup.py
python2.6 ez_setup.py
easy_install pysqlite

这样就可以把python模块安装到$PYTHON_HOME所指定的路径中了。而不是如/usr/lib/python2.6/ 中。

相关文章:

  • 2021-09-11
  • 2022-01-04
  • 2021-06-27
  • 2021-11-12
  • 2021-06-21
  • 2021-06-19
  • 2021-11-14
  • 2021-05-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-07-04
  • 2022-01-04
  • 2021-10-16
  • 2021-10-07
相关资源
相似解决方案