ubuntu升级Python版本
问题描述
Ubuntu22.04系统自带Python3.10,想升级到最新版Python
解决方法
1. 安装 Python3.11
apt-get update
apt install python3.11
……
个人互联网收藏夹
Ubuntu22.04系统自带Python3.10,想升级到最新版Python
apt-get update
apt install python3.11
……