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
1.安装easy_install工具
python ez_setup.py
2.安装bpython
easy_install bpython
ipython:
1.安装easy_install工具
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
2.安装ipython