Ubuntu logo

Ubuntu 20.10: Installing Python 3.9 on Ubuntu 20.10 Desktop.

Spread the love

Installing Python 3.9 on Ubuntu 20.10:

To install Python on Ubuntu 20.10 open the terminal (ctrl + alt + t).

Update apt

sudo apt update

Install Python 3

sudo apt upgrade

Check the version of Python installed

python3 --version
Ubuntu 20.10: Installing Python 3.8 on Ubuntu 20.10 Desktop
Ubuntu 20.10: Installing Python 3.9 on Ubuntu 20.10 Desktop. 1

Python is now installed.

1 thought on “Ubuntu 20.10: Installing Python 3.9 on Ubuntu 20.10 Desktop.”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top