摘要:
安装方法: https://docs.mongodb.com/manual/tutorial/install-mongodb-enterprise-on-red-hat/ 使用向导: https://docs.mongodb.com/getting-started/python/ 阅读全文
摘要:
1、安装模块 pip install vitualenv pip install -r requirement.txt 2、查询模块信息 pip show pip 3、显示已经安装的模块 pip list 4、更新已经安装的模块 pip install -upgrade pip 5、卸载已经安装的模 阅读全文
摘要:
前言: python的组件非常之多,有时这个项目依赖m个组件,有时那个项目依赖n个组件,时间一长很容易导致系统python环境的臃肿不堪,由此便有了virtualenv、virtualenvwrapper的存在价值。 使用方法: 摘自—— http://www.jianshu.com/p/3abe5 阅读全文
摘要:
fedora21平台下解决办法:yum install libxml-devel ubuntu下可以使用 apt-get intalll xxxx 如果仍然出现,可以尝试安装这两个包libxslt-dev python-dev 备注: libxml-devel有不同的版本,应该选择与你相匹配的版本才 阅读全文