在ubuntu上python2与3共存,为了支持2和3的开发环境,要分别安装bs。
python2版本安装:sudo apt-get install python-bs4
python3版本安装:sudo apt-get install python3-bs4
测试:python(3)>from bs4 import beautifulSoup
在ubuntu上python2与3共存,为了支持2和3的开发环境,要分别安装bs。
python2版本安装:sudo apt-get install python-bs4
python3版本安装:sudo apt-get install python3-bs4
测试:python(3)>from bs4 import beautifulSoup