How to upgrade to Python 3.9.0 on Ubuntu 18.04 LTS

upgrade-to-python-3.9-on-ubuntu-18.04

In this article, we will upgrade to python 3.9.0 and configure it as the default version of python in Ubuntu 18.04 LTS. The current stable version of python released on 14 Oct. 2020. Many ubuntu users are facing problems during upgrading python to the latest version. Python 3.8 available as default when we install Ubuntu 18.04 LTS. Python 3.9.0 … Read more

How to upgrade to python 3.7 on Ubuntu 18.10

upgrade-to-python3.7-install-python

In this article, we upgrade to python 3.7 and configure it as the default version of python. I was just trying to upgrade my python and I find it a little bit hard to do. Python 3.6 is the default version that comes with Ubuntu But the latest version is Python 3.7.3. So let’s start, … Read more