ubuntu20.04 安装 python3.9
apt-get update && apt-get upgrage -y && apt-get dist-upgrade -yapt-get install python3.9 -yls -s /usr/bin/python3.9 /usr/bin/pythonpython -V // 当前 python 版本
·
apt-get update && apt-get upgrage -y && apt-get dist-upgrade -y
apt-get install python3.9 -y
ls -s /usr/bin/python3.9 /usr/bin/python
python -V // 当前 python 版本
更多推荐
所有评论(0)