how to install python3 on ubuntu

50

how to install python3 on ubuntu -

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8

how to install python 3.6 ubuntu -

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6

Comments

Submit
0 Comments