摘要:
当前主要环境: fedora23 x86 64 python 2.7.11 pip 7.1.0 一、安装使用RobotFramework 1、安装RobotFramework pip install selenium pip install robotframework pip install ro 阅读全文
摘要:
环境:fedora 23 x86_64 1. 使用 python 2.7 时安装 ride 的错误 直接用命令装的 ride,装的是 ride 1.5.2.1。安装没问题,但是运行 ride.py 的时候会提示 wxPython 版本的问题。 使用 dnf 默认装的 wxPython x86_64 阅读全文
摘要:
fedora23 X64 系统里有多个版本的 python ,默认使用的是 python2.7 现在想切换到默认使用 python3.4 ,考虑使用 alternatives 命令,用 alternatives --display python 发现 python 没有在 alternatives 阅读全文
摘要:
1、pip install selenium 需要root权限 2、运行一个实例 openchrome.py : 报错: FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver' selenium.common.ex 阅读全文
摘要:
fedora23 x64 安装使用Virtualenv 1、pip install virtualenv 此处需要root权限,否则提示 Permission 问题 为root用户设置了pip的国内源 su切换到root用户 如果网络不好可用国内源 修改 ~/.pip/pip.conf (没有就创建 阅读全文