首页 > 编程语言 > 详细

ipython安装

时间:2016-12-09 01:37:20      阅读:216      评论:0      收藏:0      [点我收藏+]

以下以Centos7为例

[root@c7 ~]# tar xf ipython-1.2.1.tar.gz

[root@c7 ~]# cd ipython-1.2.1

[root@c7 ipython-1.2.1]# python setup.py build

[root@c7 ipython-1.2.1]# python setup.py install

[root@c7 ipython-1.2.1]# ipython

Python 2.7.5 (default, Jun 17 2014, 18:11:42) 

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]: 


本文出自 “赵东伟的博客” 博客,请务必保留此出处http://zhaodongwei.blog.51cto.com/4233742/1880731

ipython安装

原文:http://zhaodongwei.blog.51cto.com/4233742/1880731

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