我刚开始学习python。为此,我想在 Ubuntu 18.04 上安装最新版本。我已访问页面https://www.python.org/downloads/。
Python 3.8.3 应该是当前版本,对吧?我输入了以下命令,预计 phyton 3.8 将安装在我的计算机上。
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.8
不幸的是,这种情况并非如此。至少这个请求向我显示了一个不同的版本号。
python3
Python 3.6.9 (default, Apr 18 2020, 01:56:04)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
也许我没读对?
各个数字是什么意思,为什么我在任何地方都看不到 3.8?