标签:cat build inux packages etc 安装 unzip 系统 http
环境操作系统:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)
Python版本:
python -V
Python 2.7.5
一、安装setuptools ,setuptools带有easy_install
wget https://pypi.python.org/packages/6c/54/f7e9cea6897636a04e74c3954f0d8335cc38f7d01e27eec98026b049a300/setuptools-38.5.1.zip#md5=1705ae74b04d1637f604c336bb565720
unzip setuptools-38.5.1.zip
cd setuptools-38.5.1
python setup.py build
python setup.py install
二、安装 pip
easy_install pip
三、利用pip 安装ansible
pip install ansible
ansible
标签:cat build inux packages etc 安装 unzip 系统 http
原文地址:http://blog.51cto.com/395469372/2072244