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. Single transistor provides short-circuit protection

    In certain dc/dc-converter applications, on-chip, cycle-by-cycle current limit may be insufficient p ...

  2. IOS批量截取视频截图 UIImage mp4 IOS Video

    IOS批量截取视频截图 //生成截图 NSString *path = [NSHomeDirectory() stringByAppendingString:@"/Documents&quo ...

  3. android RecyclerView (三):ItemAnimator 详解

    本文继上篇 ItemDecoration 之后,是深入理解 RecyclerView 系列的第二篇,关注于 ItemAnimator,主要是分析 RecyclerView Animators 这个库的 ...

  4. 在flask中使用jsonify和json.dumps的区别

    转载:https://blog.csdn.net/Duke_Huan_of_Qi/article/details/76064225

  5. Tomcat与Servlet工作流程

    什么是Tomcat? Tomcatserver是一个免费的开放源码的Web 应用server,属于轻量级应用server. 什么是Servlet? Servlet是在server上执行的小程序.,说白 ...

  6. Android宝典入门篇-基础知识

    今天跟大家分享的是我学android时的笔记.以前搞net很多年了,现在还在搞这.本着活到老学到老抽了点时间学习了下android.android网上有很多的视频教程,当时对于我这样以前不了解java ...

  7. python基础之模块 序列化

    什么是序列化(picking)? 我们把变量从内存中变成可存储或传输的过程称之为序列化. 序列化之后,就可以把序列化后的内容写入磁盘,或者通过网络传输到别的机器上. 反过来,把变量内容从序列化的对象重 ...

  8. TensorFlow进阶(六)---模型保存与恢复、自定义命令行参数

    模型保存与恢复.自定义命令行参数. 在我们训练或者测试过程中,总会遇到需要保存训练完成的模型,然后从中恢复继续我们的测试或者其它使用.模型的保存和恢复也是通过tf.train.Saver类去实现,它主 ...

  9. 【Python】爬取理想论坛单帖爬虫

    代码: # 单帖爬虫,用于爬取理想论坛帖子得到发帖人,发帖时间和回帖时间,url例子见main函数 from bs4 import BeautifulSoup import requests impo ...

  10. angularjs库及ionic库下载地址

    angularjs库下载地址: 下载地址:https://code.angularjs.org/ 引用地址:http://www.bootcdn.cn/angular.js/ ionic库下载地址: ...