安装 Python-3.6.8.tgz

      tar zxvf Python-3.6.8.tgz

      mkdir /usr/local/python36

      ./configure --prefix=/usr/local/python36

      make

      make install

添加环境变量

      在 /etc/profile 文件中追加 export PATH=/usr/local/python36/bin:$PATH

      source /etc/profile

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2021-09-23
  • 2022-12-23
相关资源
相似解决方案