robot command not found if installing robotframework with pip --user flag
See original GitHub issue- Version information
robotframework 3.0
Python 2.7.12
Xubuntu 16.04
pip 8.1.2
- Steps to reproduce the problem
Make sure robotframework is not installed
install it with pip install robotframework --user
run robot --version
- Possible error message and traceback.
/usr/bin/robot: No such file or directory
bash: robot: command not found...
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
robot command not found if installing robotframework with pip
Scripts are working through ECLIPSE and using the command below. Command C:\Python27\python.exe -m robot.run --listener C:\Users\bab\AppData \ ...
Read more >'robot' is not recognized as an internal or external command
If you get the error "'pip' is not recognized as an internal or external command", use the python -m command when installing robotframework...
Read more >Error message running tests on my pycharm
robot : The term 'robot' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling...
Read more >1.3 Installation instructions · Robot-Framework-cn&en-User ...
If you are planning to use pip for installation and are behind a proxy, you need to set the https_proxy environment variable. It...
Read more >Robot Framework Installation & Setup
Note: If python is installed successfully, then the respective message would be displayed. Enter the following command to verify that PIP is ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It goes to $HOME/.local/bin I simply created a soft link with sudo ln -s ~/.local/bin/robot /usr/bin/robot
Finally looked in Xubuntu laptop, ~/.local/bin/ simply was not in PATH. I think it is a pip issue.