CentOS7系统安装ipython

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7系统安装ipython相关的知识,希望对你有一定的参考价值。

1、yum install -y python-setuptools.noarch     #安装setuptools工具

2、easy_install pip   

3、yum install gcc libffi-devel python-devel openssl-devel -y

4、pip install ipython


测试如下:

[[email protected] ~]# ipython

Python 2.7.5 (default, Nov  6 2016, 00:28:07) 

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


IPython 5.4.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]: 


本文出自 “运维部落” 博客,请务必保留此出处http://biezz.blog.51cto.com/6489624/1944774

以上是关于CentOS7系统安装ipython的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7安装ipython

CentOS7安装ipython

CentOS7.4安装ipython

Centos7 安装ipython 和 ipython3

Centos7下python3安装ipython

怎么在虚拟机上的linux系统安装ipython