857432 发表于 2016-7-14 12:27:31

centos7 安装 ipython3

# uname -a
Linux cn-engine 3.10.0-123.9.3.el7.x86_64 #1 SMP Thu Nov 6 15:06:03 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
#



277ipython
278yum list |grep python3
279yum install python34-setuptools
280easy_install-3.4 pip
281pip3 install ipython
282ipython3

页: [1]
查看完整版本: centos7 安装 ipython3