Install Pyhton 3.8 on Ubuntu
Install Python38 on Ubuntu
What is Python
Python is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development.
Can be used for things like
Back end (or server-side) web and mobile app development
Desktop apps and software development
Processing big data and performing mathematical computations
Writing system scripts (creating instructions that tell a computer system to “do” something)
What is Ubuntu
Ubuntu is a free and open-source Linux distribution based on Debian. Ubuntu is officially released in three editions: Desktop, Server, and Core for the internet of things devices and robots. All the editions can run on the computer alone, or in a virtual machine.
Install Python3.8 on Ubuntu
Optionally, we can add the
disutils
Test the creation of a Virtual Environment
In case of any issues, access the support page or talk with us on Discord.
Links
Python 3 Installation & Setup Guide - article published on RealPython
How to install Python - a complete guide for many OS: Fedora, MacOS, Ubuntu
Last updated
Was this helpful?