如下,分别安装 Python3 、pip3 、Ipython3:

[root@localhost ~]$ yum install -y epel-release
[root@localhost ~]$ yum install -y python36
[root@localhost ~]$ yum install -y python36-pip  
[root@localhost ~]$ yum install -y python36-devel
[root@localhost ~]$ pip3.6 install ipython

 

 

 

 

 

 

     

相关文章:

  • 2021-10-12
  • 2021-08-25
  • 2022-12-23
猜你喜欢
  • 2022-01-01
  • 2021-09-30
  • 2021-08-03
  • 2021-08-03
  • 2021-10-04
相关资源
相似解决方案