- Published on
How to Install python 3.8 on Linux, Windows and MAC OS X
Python3 is one of the evolving and progressing languages today. Here is a guide to install the python3 version on your computer.
Install python 3.8 on Linux (Debian distributions)
Download the python installer package from apt
for Linux - Ubuntu, Kali Linux, PureOS, Kubuntu, Xubuntu, Lubuntu
$ sudo apt install python3.8
Install python 3.8 on Linux (RPM-based distributions)
Download the python installer package from yum
for Linux - Red Hat, CentOS, Fedora, openSUSE etc.,
$ sudo yum install python3.8
Install python 3.8 on MAC OS X
Download the python installer file for MAC OS X from the official python website
Install python 3.8 on Windows
Download the python installer file for Windows OS from the official python website