码迷,mamicode.com
首页 > 编程语言 > 详细

ipython安装

时间:2016-12-09 01:38:21      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:ipython安装

以下以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安装

标签:ipython安装

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!