Installation of the Python Paramiko module under Linux CentOS (Personal memo)

Source: Internet
Author: User

Pre-conditions:

Python 2.5+ pycrypto 2.1+


Install Readline-devel
sudo yum install readline-devel (solve CentOS Python2.7 interactive mode in the direction key, backspace key garbled problem)

Install Zlib-devel
sudo yum install zlib-devel (resolves Paramiko dependencies on zlib modules)

Install Python
TAR-XZVF python-2.7.5.tgz
CD Python-2.7.5

Install Pycrypto
TAR-XZVF pycrypto-2.6.tar.gz
CD pycrypto-2.6
Python setup.py Build
Python setup.py Install

Install Paramiko
Unzip Paramiko-1.10.zip
CD paramiko-1.10
python2.7 setup.py Build
Python setup.py Install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.