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
Share this blog
Share
Tagged in :
python
Like what you read?
Subscribe to our Newsletter
Subscribe to our email newsletter and unlock access to members-only content and exclusive updates.
About the Author
Satvik is a passionate developer turned Entrepreneur.
He is fascinated by JavaScript, Operating System, Deep Learning, AR/VR. He has published several research papers and applied for patents in the field as well.
Satvik is a speaker in conferences, meetups talking about Artificial Intelligence, JavaScript and related subjects.
His goal is to solve complex problems that people face with automation.
Related projects can be seen at - [Projects](/projects)
View all articles
Previous Article