We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
If I understand correctly your problem, this sounds rather like a PATH problem.
PATH
What's the output of ?
$ pip3 show pyresttest
Sorry, something went wrong.
@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?
-U
pip3
Check this path:
$ ls ~/.local/bin/pyresttest
No branches or pull requests
after installing pyresttest using pip3, I can't run pyresttest command:
run the following returns nothing (no error):
The text was updated successfully, but these errors were encountered: