> CentOS > CentOS教程 >

centos6.5安装ipython

摘要: ipython交互式python使用工具
centos6.5安装ipython步骤:

(1)安装easy_install :

    # yum install python-setuptools

(2) 更新yum源:

   # rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

    64位:

    # rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

(3)安装ipython:

    # yum install ipython

(4)安装ipython模块需要的依赖:

  # easy_install argparse

至此,可以使用ipython。


(责任编辑:IT)