1

根据权重选择Python版本

详细:https://www.cnblogs.com/hwlon...

  1. 配置ssh链接: 安装openssh-server

    sudo apt-get install openssh-server
  2. 安装Python3及pip3

    sudo apt-get install python3
    sudo apt install python3-pip
  3. 列表项目

    sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
    sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150
  4. 验证

    python --version

Python3切换至Python2

sudo update-alternatives --config python

clipboard.png

Python2切换至Python3

sudo update-alternatives --config python

clipboard.png


forjie
0 声望0 粉丝