Can't install a plugin because cannot invoke pip #1539
Labels
awaiting-response
bug
Something isn't working
low-priority
We'll be happy to work on the issue, but it is low on the priority list. PRs welcome
Checklist
Minimal reproduction code and steps
httpie --debug --traceback cli plugins install ~/any/local/path/that-may-not-even-exist
Current result
Me trying to debug the issue:
Based on the HTTPie source code, it appears to be doing this:
This works as expected.
Expected result
It finds
pip3
(which does exist) and uses it.Debug output
(already provided above)
The text was updated successfully, but these errors were encountered: