1

I have the following version of Python, in my Ubuntu 18.04 LTS.

python --version
Python 2.7.17
python3 --version
Python 3.6.9

How to upgrade it to the latest version 3.8.2 I have already run the commands:

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.8.2

However, that did not make any changes.

Pablo Bianchi
  • 17,371

1 Answers1

0

It looks like binary packages in Ubuntu for python are up to 3.6.9. I think you would need to download required version of Python from Python relesases and then follow documentation.