1)从python官网下载相应的版本https://www.python.org/downloads/source/

ubuntu16.04升级python3.5到3.6

2)解压安装包:tar xf Python-3.6.8.tar.xz

ubuntu16.04升级python3.5到3.6

3)cd Python-3.6.8
      ./configure --disable-shared --enable-loadable-sqlite-extensions
      make
      sudo make install

相关文章:

  • 2022-12-23
  • 2021-09-11
  • 2021-12-31
  • 2021-11-19
  • 2021-11-23
  • 2022-12-23
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-06-01
  • 2021-05-14
  • 2022-12-23
  • 2021-10-22
相关资源
相似解决方案