http command not found
See original GitHub issueHi,
I have installed httpie using pip on OS X. However, I am not able to use it. I get the following errorL
-bash: http: command not found
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
terminal http command - Ask Ubuntu
You need to install the package httpie to use the http command.
Read more >Unable to run http command in Windows even after instaling
Windows Command Prompt saying " http GET http://www.example.com 'http' is not recognized as an internal or external command, ...
Read more >http-server: command not found error [Solved] | bobbyhadz
Use npx to solve the error "http-server: command not found", e.g. npx http-server . or install the package globally by running npm install...
Read more >How to Install HTTPie in Windows 10 - Chasing Code
First of all, the command itself is http , NOT httpie . I was wondering why it wasn't working after I installed it....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue like @ayushidalmia
using ubuntu consoole over cloud9 IDE c9.io and after:
This working as expected:
@8secz-johndpope Some comments:
pip
is not the only tool that can install HTTPie.npm
is not the only tool that cannot install HTTPie.<tools>
link.Thanks for the feedback. I’m planning on adding there OS detection and showing the best tool to use in that context by default.