別處復(fù)制來的,以防忘記
來源:https://blog.csdn.net/sunzhenglin2016/article/details/72155898
先裝pip (終端)輸入命令:sudo easy_install pip
安bs4 輸入命令:pip install beautifulsoup4
出現(xiàn)錯誤
OSError: [Errno 13] Permission denied:
輸入命令:sudo easy_install beautifulsoup4
這時把bs裝到了Mac系統(tǒng)自帶了Python2.7
把beautifulsoup4裝到Python3
輸入命令:pip3 install beautifulsoup4