Skip to content
New issue

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

python3 can't run pyresttest #320

Open
tbswork1 opened this issue Oct 25, 2022 · 3 comments
Open

python3 can't run pyresttest #320

tbswork1 opened this issue Oct 25, 2022 · 3 comments

Comments

@tbswork1
Copy link

tbswork1 commented Oct 25, 2022

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'
@mariusmagureanu
Copy link

If I understand correctly your problem, this sounds rather like a PATH problem.

What's the output of ?

$ pip3 show pyresttest

@tbswork1
Copy link
Author

@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

@mariusmagureanu
Copy link

Did you use the -U flag when installing it with pip3?

Check this path:

$ ls ~/.local/bin/pyresttest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants