安装EPEL和IUS软件源

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

安装python3.6,pip3,devel

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

创建python3与pip3的软连接

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

 

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-22
  • 2021-12-25
  • 2021-11-21
  • 2021-11-12
  • 2022-01-29
相关资源
相似解决方案