pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

python3 can't run pyresttest

Open tbswork1 opened this issue 3 years ago • 3 comments

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'

tbswork1 avatar Oct 25 '22 18:10 tbswork1

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

What's the output of ?

$ pip3 show pyresttest

mariusmagureanu avatar Oct 25 '22 18:10 mariusmagureanu

@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

tbswork1 avatar Oct 26 '22 07:10 tbswork1

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

Check this path:

$ ls ~/.local/bin/pyresttest

mariusmagureanu avatar Oct 26 '22 08:10 mariusmagureanu