ansible源码安装
ansible-2.3.0.0.tar.gz cryptography-1.8.1.tar.gz ipaddress-1.0.16.tar.gz paramiko-1.16.0.tar.gz pycrypto-on-pypi-2.3.tar.gz
ecdsa-0.13.tar.gz paramiko-2.1.2.tar.gz pyparsing-2.2.0.tar.gz
asn1crypto-0.22.0.tar.gz enum34-1.1.6.tar.gz Jinja2-2.9.6.tar.gz pyasn1-0.2.3.tar.gz PyYAML-3.12.tar.gz
cffi-1.10.0.tar.gz httplib2-0.10.3.tar.gz MarkupSafe-1.0.tar.gz pycparser-2.14.tar.gz simplejson-3.10.0.tar.gz
idna-2.5.tar.gz packaging-16.8.tar.gz pycrypto-2.6.1.tar.gz six-1.10.0.tar.gz
cd asn1crypto-0.22.0;python setup.py install;cd ..
cd pycparser-2.14;python setup.py install;cd ..
cd cffi-1.10.0;python setup.py install;cd ..
cd six-1.10.0;python setup.py install;cd ..
cd cryptography-1.8.1;python setup.py install;cd ..
cd pyparsing-2.2.0;python setup.py install;cd ..
cd packaging-16.8;python setup.py install;cd ..
cd ecdsa-0.13;python setup.py install;cd ..
cd httplib2-0.10.3;python setup.py install;cd ..
cd idna-2.5;python setup.py install;cd ..
cd ipaddress-1.0.16;python setup.py install;cd ..
cd MarkupSafe-1.0;python setup.py install;cd ..
cd Jinja2-2.9.6;python setup.py install;cd ..
cd pyasn1-0.2.3;python setup.py install;cd ..
cd paramiko-2.1.2;python setup.py install;cd ..
cd pycrypto-2.6.1;python setup.py install;cd ..
cd PyYAML-3.12;python setup.py install;cd ..
cd simplejson-3.10.0;python setup.py install;cd ..