切换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

 

切换Python2为默认版本:

sudo update-alternatives --config python

相关文章:

  • 2021-07-12
  • 2022-01-04
  • 2022-01-01
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-03-28
猜你喜欢
  • 2021-06-17
  • 2021-06-16
  • 2021-11-21
  • 2022-01-08
  • 2021-08-31
  • 2021-04-15
相关资源
相似解决方案