IPython是Python 的原生交互式 shell 的增强版,可以完成许多不同寻常的任务,比如帮助实现并行化计算;主要使用它提供的交互性帮助,比如代码着色、改进了的命令行回调、制表符完成、宏功能以及改进了的交互式帮助。

安装python
[root@localhost ~]# tar -xvf Python-2.7..tgz
[root@localhost ~]# cd Python-2.7.
[root@localhost Python-2.7.]# ./configure --prefix=/usr/local/python27
[root@localhost Python-2.7.]# make && make install 安装ipython
[root@localhost ~]# cd ..
[root@localhost ~]# tar -xvf ipython-3.0..tar.gz
[root@localhost ~]# cd ipython-3.0.
[root@localhost ipython-3.0.]# /usr/local/python27/bin/python2. setup.py build
[root@localhost ipython-3.0.]# /usr/local/python27/bin/python2. setup.py install
......
changing mode of /usr/local/python27/bin/ipython2 to
changing mode of /usr/local/python27/bin/ipcluster2 to
changing mode of /usr/local/python27/bin/ipengine to
changing mode of /usr/local/python27/bin/iptest2 to
changing mode of /usr/local/python27/bin/iptest to
changing mode of /usr/local/python27/bin/ipython to
changing mode of /usr/local/python27/bin/ipcontroller to
changing mode of /usr/local/python27/bin/ipcontroller2 to
changing mode of /usr/local/python27/bin/ipengine2 to
changing mode of /usr/local/python27/bin/ipcluster to
running install_data
copying docs/man/ipython. -> /usr/local/python27/share/man/man1
copying docs/man/ipengine. -> /usr/local/python27/share/man/man1
copying docs/man/ipcontroller. -> /usr/local/python27/share/man/man1
copying docs/man/ipcluster. -> /usr/local/python27/share/man/man1
running install_egg_info
Writing /usr/local/python27/lib/python2./site-packages/ipython-3.0.-py2..egg-info 配置
[root@localhost ipython-3.0.]# ll /usr/local/python27/bin
total
-rwxr-xr-x. root root Oct : 2to3
-rwxr-xr-x. root root Oct : idle
-rwxr-xr-x. root root Oct : ipcluster
-rwxr-xr-x. root root Oct : ipcluster2
-rwxr-xr-x. root root Oct : ipcontroller
-rwxr-xr-x. root root Oct : ipcontroller2
-rwxr-xr-x. root root Oct : ipengine
-rwxr-xr-x. root root Oct : ipengine2
-rwxr-xr-x. root root Oct : iptest
-rwxr-xr-x. root root Oct : iptest2
-rwxr-xr-x. root root Oct : ipython
-rwxr-xr-x. root root Oct : ipython2
-rwxr-xr-x. root root Oct : pydoc
lrwxrwxrwx. root root Oct : python -> python2
lrwxrwxrwx. root root Oct : python2 -> python2.
-rwxr-xr-x. root root Oct : python2.
-rwxr-xr-x. root root Oct : python2.-config
lrwxrwxrwx. root root Oct : python2-config -> python2.-config
lrwxrwxrwx. root root Oct : python-config -> python2-config
-rwxr-xr-x. root root Oct : smtpd.py
[root@localhost ipython-3.0.]# ln -sv /usr/local/python27/bin/python2. /usr/bin/python27
`/usr/bin/python27' -> `/usr/local/python27/bin/python2.7'
[root@localhost ipython-3.0.]# ln -sv /usr/local/python27/bin/ipython /usr/bin/
`/usr/bin/ipython' -> `/usr/local/python27/bin/ipython'

Python的ipython的安装的更多相关文章

  1. linux python升级和ipython的安装

    ==CentOS 6.X 自带的python版本是 2.6 , 由于工作需要,很多时候需要2.7版本.所以需要进行版本升级.由于一些系统工具和服务是对 Python 有依赖的,所以升级 Python ...

  2. 1、python与ipython的下载与安装

    1.ipython的下载与安装 下载链接: wget -c https://github.com/downloads/ipython/ipython/ipython-0.13.1.tar.gz ##下 ...

  3. python Django教程 之 安装、基本命令、视图与网站

    python  Django教程  之 安装.基本命令.视图与网站 一.简介 Django 中提供了开发网站经常用到的模块,常见的代码都为你写好了,通过减少重复的代码,Django 使你能够专注于 w ...

  4. python easy_install centos 下安装过程和原理解析

    一.easy_install 安装过程 其安装过程有很多种,我也找了很多的例子,但是结果都不太好,以下方法的结果是不错的. easy_install与yum类似,使用easy_install,可以轻松 ...

  5. Ipython的安装/ipython notebook的简单使用

    安装了pyhton的windows版的shell好久了,今天才听说Ipython这个东西,确实在windows下的python shell很难用,一旦输入错误就要重新来过 了解了下ipython,然后 ...

  6. Python开发环境-Pyenv安装使用

    安装使用-Pyenv 简单的python版本管理:pyenv 管理python解释器 管理python版本 管理python的虚拟环境 官网:https://github.com/pyenv/pyen ...

  7. linux下ipython的安装

    第一种:ipython源码安装ipython的源码下载页面为:https://pypi.python.org/pypi/ipython 或者是到git页面下载:https://github.com/i ...

  8. 如何查看pip安装包的所有版本;以及ipython的安装

    安装ipython很简单,直接使用pip就行 比如mac环境下:pip install ipython:提示安装失败,原因是pip默认安装的ipython版本6.0+不适用python3.3以下版本 ...

  9. centos下python多版本管理(pyenv+python+virtualenv+ipython)

    pyenv是个多版本python管理器,可以同时管理多个python版本共存,如pypy,miniconde等等 1 环境准备 安装相关软件和pyenv1.1 安装相关软件yum install -y ...

随机推荐

  1. 【转】Internet连接正常但是没有网络,禁用以太网以后再重新启动就可以使用了,原因是什么?

    只是粘贴别人的答案,觉得有理,就放在博客里方便以后再学习~ 这个和网络中hdcp服务有关,网卡要在网路中通讯就必须要网络设备一般是路由器或者交换机分配地址,只有给了你电脑门牌号,信件投递能准确无误.你 ...

  2. 我的sourceinsight的配置

    下面是我的sourceinsight的配置,点击下面的链接,下载*.em文件,将他们添加到Base工程,设置相应的快捷键即可,或者导入下载的配置文件. http://pan.baidu.com/s/1 ...

  3. 打造android万能上拉下拉刷新框架——XRefreshView (二)

    打造Android万能上拉下拉刷新框架--XRefreshView(一) 打造Android万能上拉下拉刷新框架--XRefreshView(三) 一.前言 自从上次发表了打造android万能上拉下 ...

  4. OpenSSL再曝CCS注入漏洞-心伤未愈又成筛子

    太戏剧了,昨晚看了佳片有约,还不错,2012版的<完美回顾>,像我这样的人依旧选择用电视或者去影院看电影,在没有中间插播广告的时候,体验憋尿得过程中,总是能突然有非常多的想法,这是用电脑或 ...

  5. ICLR 2014 International Conference on Learning Representations深度学习论文papers

    ICLR 2014 International Conference on Learning Representations Apr 14 - 16, 2014, Banff, Canada Work ...

  6. HDU 4901 The Romantic Hero 题解——S.B.S.

    The Romantic Hero Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Othe ...

  7. UVA 11107(Life Forms-后缀数组+二分)

    Problem C: Life Forms You may have wondered why most extraterrestrial life forms resemble humans, di ...

  8. Understanding the JavaScript Engine—— two phase

    Understanding the JavaScript Engine — Part 1   I have been a Ruby on Rails developer for the last 2 ...

  9. tomcat控制台启动成功但是却访问不了主页

    从杭州来京出差,也许是因为春节将至,也或许是由于携带的一点点小情绪致使自己丧失了理智,So 那就开始吧.............北京有些地方也不错的. 需要帮同事在客户这边搭建一个Java proje ...

  10. (转) 问题解决:Apache: You don't have permission to access / on this server

    问题解决:Apache: You don't have permission to access / on this server 转自:http://blog.csdn.net/crazyboy20 ...