centos7 安装 ipython3
# uname -aLinux 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]