Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1034031
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: LINUX

2014-02-19 15:02:56

操作系统RHEL 6.3
tar xzvf ipython-0.9.1.tar.gz源码放到/home下
[root@oracle11g home]# tar xzvf ipython-0.9.1.tar.gz
[root@oracle11g home]# cd ipython-0.9.1
[root@oracle11g ipython-0.9.1]# python setup.py install
[root@oracle11g ipython-0.9.1]# which ipython
/usr/bin/ipython
[root@oracle11g ipython-0.9.1]# ipython
/usr/lib/python2.6/site-packages/IPython/Magic.py:38: DeprecationWarning: the sets module is deprecated
  from sets import Set
**********************************************************************
Welcome to IPython. I will try to create a personal configuration directory
where you can customize many aspects of IPython's functionality in:


/root/.ipython
Initializing from configuration IPython/UserConfig


Successful installation!


Please read the sections 'Initial Configuration' and 'Quick Tips' in the
IPython manual (there are both HTML and PDF versions supplied with the
distribution) to make sure that your system environment is properly configured
to take advantage of IPython's features.


Important note: the configuration system has changed! The old system is
still in place, but its setting may be partly overridden by the settings in 
"~/.ipython/ipy_user_conf.py" config file. Please take a look at the file 
if some of the new settings bother you. 




Please press to start IPython.

阅读(1685) | 评论(0) | 转发(0) |
0

上一篇:Python函数封装1

下一篇:Python文本处理

给主人留下些什么吧!~~