ipython安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ipython安装相关的知识,希望对你有一定的参考价值。
以下以Centos7为例
[[email protected] ~]# tar xf ipython-1.2.1.tar.gz [[email protected] ~]# cd ipython-1.2.1 [[email protected] ipython-1.2.1]# python setup.py build [[email protected] ipython-1.2.1]# python setup.py install [[email protected] 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安装的主要内容,如果未能解决你的问题,请参考以下文章