question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

http command not found

See original GitHub issue

Hi,

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:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
ddeveloperrcommented, Jul 14, 2017

I had the same issue like @ayushidalmia

$  http: command not found

using ubuntu consoole over cloud9 IDE c9.io and after:

$  sudo pip install --upgrade httpie

This working as expected:

$ http httpie.org
0reactions
jakubroztocilcommented, Jun 15, 2020

@8secz-johndpope Some comments:

  1. pip is not the only tool that can install HTTPie.
  2. npm is not the only tool that cannot install HTTPie.
  3. You can see a list of the supported tools when you click the <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.

Read more comments on GitHub >

github_iconTop 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 - command-not-found.com
Install http command on any operating system and in Docker.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found