Python的ipython的安装
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的安装的更多相关文章
- linux python升级和ipython的安装
==CentOS 6.X 自带的python版本是 2.6 , 由于工作需要,很多时候需要2.7版本.所以需要进行版本升级.由于一些系统工具和服务是对 Python 有依赖的,所以升级 Python ...
- 1、python与ipython的下载与安装
1.ipython的下载与安装 下载链接: wget -c https://github.com/downloads/ipython/ipython/ipython-0.13.1.tar.gz ##下 ...
- python Django教程 之 安装、基本命令、视图与网站
python Django教程 之 安装.基本命令.视图与网站 一.简介 Django 中提供了开发网站经常用到的模块,常见的代码都为你写好了,通过减少重复的代码,Django 使你能够专注于 w ...
- python easy_install centos 下安装过程和原理解析
一.easy_install 安装过程 其安装过程有很多种,我也找了很多的例子,但是结果都不太好,以下方法的结果是不错的. easy_install与yum类似,使用easy_install,可以轻松 ...
- Ipython的安装/ipython notebook的简单使用
安装了pyhton的windows版的shell好久了,今天才听说Ipython这个东西,确实在windows下的python shell很难用,一旦输入错误就要重新来过 了解了下ipython,然后 ...
- Python开发环境-Pyenv安装使用
安装使用-Pyenv 简单的python版本管理:pyenv 管理python解释器 管理python版本 管理python的虚拟环境 官网:https://github.com/pyenv/pyen ...
- linux下ipython的安装
第一种:ipython源码安装ipython的源码下载页面为:https://pypi.python.org/pypi/ipython 或者是到git页面下载:https://github.com/i ...
- 如何查看pip安装包的所有版本;以及ipython的安装
安装ipython很简单,直接使用pip就行 比如mac环境下:pip install ipython:提示安装失败,原因是pip默认安装的ipython版本6.0+不适用python3.3以下版本 ...
- centos下python多版本管理(pyenv+python+virtualenv+ipython)
pyenv是个多版本python管理器,可以同时管理多个python版本共存,如pypy,miniconde等等 1 环境准备 安装相关软件和pyenv1.1 安装相关软件yum install -y ...
随机推荐
- Constant-on-time buck-boost regulator converts a positive input to a negative output
Buck regulators find wide application as step-down regulators for converting large positive input vo ...
- visual studio xcopy /exclude测试
http://files.cnblogs.com/files/zfanlong1314/exclude%E6%B5%8B%E8%AF%95.zipxcopy 提供了 /EXCLUDE: 参数用于在复制 ...
- Linux中/proc目录下文件详解(转贴)
转载:http://www.sudu.cn/info/index.php?op=article&id=302529 Linux中/proc目录下文件详解(一) 声明:可以自由转载本文, ...
- delphi 搭建安卓开发环境
delphi 搭建安卓开发环境 DELPHI安装成功以后,怀着激动的心情,使用IDE向导生成安卓DEMO程序,BUILD,想马上看到编译成功的提示,结果报错,不由得傻眼了.DELPHI怎么这么差? 原 ...
- Java:Spi 小实战
背景 Java 中区分 Api 和 Spi,通俗的讲:Api 和 Spi 都是相对的概念,他们的差别只在语义上,Api 直接被应用开发人员使用,Spi 被框架扩张人员使用,详细内容可以看:http:/ ...
- <三>年编程经验、何去何从?
SharePoint开发经验3年+,基本的SharePoint模板开发都胜任: Asp.net基础一般,Html.Css.JavaScript.JQuery.Ajax.Sql.服务器等也都有所涉猎,对 ...
- 把Jar文件转成exe安装文件
1.你要清楚的目标文件是32位还是64位的,如果生成的是32位,你就要使用32位的jre,如果生成的是64位,就要使用64位的jre. 图 1 在圆圈位置进行32bit或64bit的选择.因为我要创建 ...
- 3D打印
R=2.5的内径圆,需要R=2.2的圆柱才能吻合,否则插不进去.
- Android 交叉编译程序提示(not found)
原因是缺少库文件, 解决办法:arm-linux-readelf -a helloword | grep NEEDED 拷贝so文件到安卓下 或者 arm-linux-gcc hello.c -o h ...
- .net使用自定义类属性
.net中可以使用Type.GetCustomAttributes获取类上的自定义属性,可以使用PropertyInfo.GetCustomAttributes获取属性信息上的自定义属性. 下面以定义 ...