Background:
Linux system python corresponding to the third-party modules need to download, download a lot of ways, the current easy_install as an example;
In this example, please first configure Yum (there is a problem to find Niang);
Process:
1. Installation: Python-setuptools
Yum-y Install Python-setuptools
2. Continue the installation: Python-devel
Yum-y Install Python-devel
3. Easy_install has been installed: use Easy_install to search Python third-party modules directly within the PyPI module library
Example:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/4C/EB/wKiom1RHbtfROWatAAJO_d99YyU286.jpg "title=" 2014-10-21_163113.jpg "alt=" Wkiom1rhbtfrowataajo_d99yyu286.jpg "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/4C/EB/wKiom1RHbzqy1AD7AAsbgw0hhtM537.gif "title=" D31b0ef41bd5ad6e0aeeae0481cb39dbb7fd3ccd.jpg.gif "alt=" Wkiom1rhbzqy1ad7aasbgw0hhtm537.gif "/>
This article is from the "Seven" blog, make sure to keep this source http://sevenzhang.blog.51cto.com/429369/1566800
Easy_install installation of Python learning;