sudo apt-get install python-setuptools sudo easy_install BeautifulSoup sudo easy_install lxml #如果编译lxml提示缺少Python.h还需要安装下面的包 sudo apt-get install python-dev #如果编译提示缺少xslt-config命令,还需要安装下面的包 sudo apt-get install libxslt-dev
转载于:https://www.cnblogs.com/code-style/archive/2012/09/03/2669368.html
本文介绍了如何在Linux环境下使用sudo命令安装Python的BeautifulSoup库和lxml库的方法。包括安装必要的依赖包如python-setuptools、python-dev及libxslt-dev等。
878

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



