I ran the command 'pip install -U httpie' and it went fine:
But when I try to use the http command in Windows command prompt, it is unable to find the command.
Windows Command Prompt saying " http GET http://www.example.com 'http' is not recognized as an internal or external command, operable program or batch file." (click to view image)
('http' is not recognized as an internal or external command, operable program or batch file.)
This might be due to the path that
pipinstalls applications might not be in yourPATH. Here is a possible answer for this problem.Please also note that, HTTPie recommends usage of
chocolateyfor Windows based installations:Also please take a look at the documentation for Installation Methods on Windows.