linux配置爬虫环境
Posted 平底斜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux配置爬虫环境相关的知识,希望对你有一定的参考价值。
#安装Chrome
sudo yum localinstall google-chrome-stable_current_x86_64.rpm
#更换pip源
-i https://pypi.tuna.tsinghua.edu.cn/simple/
#下载并安装Chromedriver
http://npm.taobao.org/mirrors/chromedriver/2.41/chromedriver_linux64.zip
解压后上传到usr/bin目录下
*可选:给予执行权限,chmod +x /usr/bin/chromedriver
#安装phantomjs
以上是关于linux配置爬虫环境的主要内容,如果未能解决你的问题,请参考以下文章
linux安装配置python环境以及虚拟环境和django下载