python setuptools

  • Ubuntu下安装
apt-get install pythonsetup-tools
  • 使用
easy_install web.py easy_install wsgilog
  • 安装路径
通过easy_install或者pip安装的Python模块一般都会安装到/usr/local/lib/dist-packages,而通过手动安装的模块一般都会放到/usr/local/lib/site-packages中以示区别。
  • 参考
http://blog.csdn.net/zklth/article/details/27541487 http://www.ibm.com/developerworks/cn/linux/sdk/python/charm-19/

你可能感兴趣的:(python,setuptools)