Ipython is a python interactive shell that works much better than the default Python shell, supports variable auto-completion, auto-indent, supports bash shell commands, and has many useful functions and functions built into it.
Installation Environment
System: CentOs6.4
Python version: Python-2.7.10
Ipython version: ipython-1.2.1
1. Yum-y Install Readline-devel Installation ReadLine Development Kit
2../configure--prefix=/usr/local/python27 Install python27 to the specified directory
3. Make && make install installation
4./usr/local/python27/bin/python2.7 setup.py Build Compilation Ipython
5./usr/local/python27/bin/python2.7 setup.py Install installation Ipython
6. Ln-sv/usr/local/python27/bin/python2.7/usr/bin/python27 the Python chain to the/usr/bin directory
7.ln-sv/usr/local/python27/bin/ipython/usr/bin/the Ipython chain to the/usr/bin directory.
8. Successful Installation
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/71/6A/wKioL1XPIgTiZwfvAAGJhjPVnEo277.jpg "title=" QQ picture 20150815191819.png "alt=" Wkiol1xpigtizwfvaagjhjpvneo277.jpg "/>
This article is from the "left-handed" blog, make sure to keep this source http://mofeihu.blog.51cto.com/1825994/1684891
Centos6.4 installation Ipython