首页 > 编程语言 > 详细

CentOS7系统安装ipython

时间:2017-07-05 19:47:50      阅读:351      评论:0      收藏:0      [点我收藏+]

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


测试如下:

[root@biezz ~]# 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

原文:http://biezz.blog.51cto.com/6489624/1944774

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!