Linux CentOS 7 安装 Python3:

[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

 

 

 

 

 

    

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-07-12
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-01
  • 2021-05-25
  • 2021-10-12
  • 2021-08-25
  • 2021-07-20
相关资源
相似解决方案