debian6下安装python组件

如:

#easy_install pymongo


如果没有easy_install命令

先执行

#update-command-not-found

再执行

#apt-get install python-setuptools

最后执行

#easy_install pymongo


你可能感兴趣的:(debian6下安装python组件)