1:安装easy_install(用easy_install安装必须能够访问外网)

  1.1:查找easy_install命令所需要的安装包

   83  yum provides */easy_install | grep -B4 bin\/

  1.2:安装easy_install

   84  yum -y install python-setuptools


2:安装ipython(需要联网)

  因为RHEL6.X系统默认python版本低于2.7,所以ipython版本必须低于2.0

  easy_install "ipython<2.0"


3:测试:

[root@localhost ~]# ipython 

Python 2.6.6 (r266:84292, Sep  4 2013, 07:46:00) 

Type "copyright", "credits" or "license" for more information.


IPython 1.2.1 -- An enhanced Interactive Python.

?         -> Introduction and overview of IPython's features.

%quickref -> Quick reference.

help      -> Python's own help system.

object?   -> Details about 'object', use 'object??' for extra details.


In [1]: