CentOS安装httpie
时间:2015-08-29 23:56 来源:linux.it.net.cn 作者:IT
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
(责任编辑:IT)
| 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 (责任编辑:IT) |