yum sources 目前不支持通过yum install httpie的方式安装httpie
以下,介绍从github上手动下载源码编译安装:
1.centos已预装好了puyhon,要编译安装httpie缺少python-setuptools
yum install python-setuptools
安装以来的module
2.从github获取pip源码并安装
http://www.linuxde.net/2014/05/15576.html
3.pip install httpie 安装httpie