ipython and bpython

ipython:

1.安装easy_install工具

wget http://peak.telecommunity.com/dist/ez_setup.py

python ez_setup.py

2.安装ipython

easy_install ipython
 
bpython: http://bpython-interpreter.org/downloads/
1.安装easy_install工具
wget  http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
2.安装bpython
easy_install bpython

你可能感兴趣的:(ipython and bpython)