我使用以下命令安装了最新的 Python 3.10:
sudo apt install python3.10
Run Code Online (Sandbox Code Playgroud)
但无法使用它。
当我运行相同的命令时,得到这个
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'postgresql-plpython3-10' for regex 'python3.10'
postgresql-plpython3-10 is already the newest version (10.19-0ubuntu0.18.04.1)
Run Code Online (Sandbox Code Playgroud)
请帮助我如何查找和使用已安装的 Python。