Install Python 3

Massimo Caliman
Jun 15, 2020

--

Photo by Growtika on Unsplash

Open terminal via Ctrl+Alt+T. When it opens, run the command:

sudo apt-get install python3
sudo apt-get install idle3
sudo apt-get install python3-pip

You can find this post and others on my blog: trueprogramming.com

--

--