How to Install Python 3.7 on Ubuntu 18.04 LTS?

  • 5 years ago
How to Install Python 3.7 on Ubuntu 18.04 LTS?

Step 1: Open Terminal

Step 2: Update System Repositories

sudo apt update

Step 3: Install prerequisites package

sudo apt install software-properties-common

Step 4: Add PPA

sudo add-apt-repository ppa:deadsnakes/ppa

Step 5: Update System Repositories

sudo apt update

Step 6: Install Python 3.7

sudo apt install python3.7


Thanks for watching, please like and subscribe

==============================================
https://www.facebook.com/HowtoTutorialsByAmit/