ubuntu 自带两个python版本,一个是python2一个是python3 默认版本是python2的,想要更改ubuntu python3 为默认版本,

只需要两行命令:

 sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100



 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150

 

相关文章:

  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-02-13
  • 2022-02-22
猜你喜欢
  • 2022-01-27
  • 2021-07-17
  • 2021-12-03
  • 2022-12-23
  • 2021-06-26
  • 2022-02-09
  • 2021-09-07
相关资源
相似解决方案