摘要: 以root或有sudo访问权限的用户身份运行以下命令,更新软件包列表并安装前提条件 sudo apt update sudo apt install software-properties-common 然后使用以下命令来安装Python3.8 sudo apt install python3.8 阅读全文
posted @ 2020-09-29 23:37 chuyaoxin 阅读(846) 评论(0) 推荐(0)