Red Hat Enterprise Linux 服务器上的“bash: pybot command not found”
Posted
技术标签:
【中文标题】Red Hat Enterprise Linux 服务器上的“bash: pybot command not found”【英文标题】:"bash: pybot command not found" on Red Hat Enterprise Linux server 【发布时间】:2017-07-03 04:59:06 【问题描述】:我在 Red Hat Enterprise Linux 系统上成功安装了以下内容:
1) Python 2.7
http://tecadmin.net/install-python-2-7-on-centos-rhel
2) 机器人框架
pip install robotframework
3) Selenium2Library pip install robotframework-selenium2library
但我得到命令未找到错误,
pybot --version
bash: pybot: command not found
或
robot --version
bash: robot: command not found
【问题讨论】:
【参考方案1】:我了解到“pip”命令不会将软件包安装到系统目录中。 而是将它们安装在 /usr/local/bin/
您可以修复 RHEL 上的 PATH 变量以使其工作: 按如下方式更新 PATH:
export PATH=/usr/local/bin/:$PATH
现在命令将按预期工作:
pybot --version
Robot Framework 3.0.1 (Python 2.7.12 on linux2)
robot --version
Robot Framework 3.0.1 (Python 2.7.12 on linux2)
【讨论】:
以上是关于Red Hat Enterprise Linux 服务器上的“bash: pybot command not found”的主要内容,如果未能解决你的问题,请参考以下文章
Red Hat Enterprise Linux 8 Beta 抢先体验
Red Hat Enterprise linux 7的新特性
Red Hat Enterprise Linux 各版本详细说明