• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Python 3.7 in Ubuntu Linux

How To Install Python 3.7 in Ubuntu Linux

By Sourabh / April 27, 2019 Category: How To, Ubuntu

Install the latest Python in Ubuntu – How to install Python 3.7 (using PPA) in Ubuntu Linux. Terminal commands to install Python 3.7.x using PPA in Ubuntu and Linux Mint and other Ubuntu Derivatives.

Install Python 3.7

Run the following commands in terminal to install Python 3.7 using PPA in Ubuntu and Linux Mint and other Ubuntu Derivatives.

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

Install Python 3.6

Run the following commands in terminal to install Python 3.6 using PPA in Ubuntu and Linux Mint and other Ubuntu Derivatives.
If you want to install Python 3.6 then use this command(Ubuntu 16.04/14.04/Linux Mint 18/17):
Terminal Commands:

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

Similarly, to install Python 3.5 replace the version in the last line as “sudo apt-get install python3.5”. You can install Python 3.4 and Python 3.3 using the same method.

Once installed, please restart the system.

Primary Sidebar

Latest Posts

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap