我正在尝试升级 ubuntu 16.04 上的 python 默认版本。我已经运行了
sudo apt-get install python3.5
命令。结果如下所示...
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3.5 is already the newest version (3.5.2-2ubuntu0~16.04.5).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
我也尝试卸载当前版本的python。但是没有用。
现在,我该如何升级python?提前致谢。