码迷,mamicode.com
首页 > 编程语言 > 详细

ubuntu 上配置python +selenium环境

时间:2016-12-03 01:13:21      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:tor   hub   报错   href   apt   http   管理   style   python   

1.ubuntu 自带了python, 可以打开终端输入python 回车后如果显示版本信息就说明已经安装

2.安装安装python setup tools

apt-get install python-setuptools

3.安装pip 管理工具

sudo aot-get install pip

 

4.安装完成后 在安装selenium

sudo pip install selenium

网速很不稳定经常报错, 多试几次就可以了。

5.最后安装geckodrive

firefox 版本:

https://github.com/mozilla/geckodriver/releases

chrome 版本:

http://chromedriver.storage.googleapis.com/index.html

ubuntu 上配置python +selenium环境

标签:tor   hub   报错   href   apt   http   管理   style   python   

原文地址:http://www.cnblogs.com/stephenmc/p/6127391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!