前提:创建python2虚拟环境
下载ipython,下载链接为:http://archive.ipython.org/release/2.3.1/ipython-2.3.1.zip
将ipython解压到
虚拟环境下的文件夹workplace下
输入python2 setup.setupegg.py install ipython

输入ipython2(注意:输入ipython会报错)

参考https://jingyan.baidu.com/album/8cdccae9698758315413cdfe.html?picindex=6
python3同上
网友评论