赞
踩
一、配置ssh链接
安装openssh-server
sudo apt-get install openssh-server
二、安装Python3及pip
sudo apt-get install python3
sudo apt install python3-pip
三、设置Python3
Python2切换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
验证python版本
python --version
Python3与Python2切换(选择0或1)
sudo update-alternatives --config python
有 2 个候选项可用于替换 python (提供 /usr/bin/python)。
选择 路径 优先级 状态
------------------------------------------------------------
* 0 /usr/bin/python3 150 自动模式
1 /usr/bin/python2 100 手动模式
2 /usr/bin/python3 150 手动模式
要维持当前值[*]请按<回车键>,或者键入选择的编号:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。