centos7 ipython安装和pip安装

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 @ 2021-11-29 21:28  liulj0713  阅读(50)  评论(0编辑  收藏  举报