pyresttest
pyresttest copied to clipboard
python3 can't run pyresttest
after installing pyresttest using pip3, I can't run pyresttest command:
pyresttest: command not found
run the following returns nothing (no error):
python -c 'import pycurl'
If I understand correctly your problem, this sounds rather like a PATH problem.
What's the output of ?
$ pip3 show pyresttest
@mariusmagureanu
This is the output, thanks.
Name: pyresttest
Version: 1.7.1
Summary: Python RESTful API Testing & Microbenchmarking Tool
Home-page: https://github.com/svanoort/pyresttest
Author: Sam Van Oort
Author-email: [email protected]
License: Apache License, Version 2.0
Location: /home/joe/.local/lib/python3.6/site-packages
Requires: pyyaml, pycurl, future
Did you use the -U flag when installing it with pip3?
Check this path:
$ ls ~/.local/bin/pyresttest