centos7 ipython安装

##下载yum源(Centos 7 为例)
[root@localhost ~]# wget http://mirror.centos.org/centos/7/extras/x86_64/Packages/epel-release-7-11.noarch.rpm
##安装yum源
[root@localhost ~]# yum install -y epel-release-7-11.noarch.rpm
##安装sl命令(小火车)
[root@localhost ~]# yum install -y sl
##安装ipython命令
[root@localhost ~]# yum install -y ipython

posted @ 2019-07-19 10:31  北方客888  阅读(1487)  评论(0编辑  收藏  举报