操作系统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.
阅读(1732) | 评论(0) | 转发(0) |