原文链接:https://blog.51cto.com/wenguonideshou/2083301

配置好Python3.6和pip3
安装EPEL和IUS软件源

yum install epel-release -y
yum install https://centos7.iuscommunity.org/ius-release.rpm -y

安装Python3.6

yum install python36u -y
yum install python36u-devel -y

创建python3连接符

ln -s /bin/python3.6 /bin/python3

安装pip3

yum install python36u-pip -y

创建pip3链接符

ln -s /bin/pip3.6 /bin/pip3

相关文章:

  • 2021-11-07
  • 2021-08-07
  • 2021-05-22
  • 2021-05-14
  • 2021-05-24
  • 2021-06-26
  • 2021-05-20
  • 2021-07-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-06-30
  • 2022-01-13
相关资源
相似解决方案