svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

python3 can't run pyresttest #320

Open tbswork1 opened 1 year ago

tbswork1 commented 1 year ago

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 commented 1 year ago

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

What's the output of ?

$ pip3 show pyresttest
tbswork1 commented 1 year ago

@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: samvanoort@gmail.com
License: Apache License, Version 2.0
Location: /home/joe/.local/lib/python3.6/site-packages
Requires: pyyaml, pycurl, future
mariusmagureanu commented 1 year ago

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

Check this path:

$ ls ~/.local/bin/pyresttest