A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/python/how-to-download-and-install-python-latest-version-on-linux/ below:

How to Download and Install Python Latest Version on Linux?

How to Download and Install Python Latest Version on Linux?

Last Updated : 06 Oct, 2021

Python is a widely-used general-purpose, high-level programming language. This article will serve as a complete tutorial on How to

download and install Python latest version on Linux Operating Systems

. On every Linux system including following OS,

You will find Python already installed. You can check it using the following commands from the terminal

$ python --version

To check latest version of python 2.x.x :

$ python2 --version

To check latest version of python 3.x.x :

$ python3 --version

Clearly it won't be the latest version of python. There can be multiple methods to install python on a linux base system and it all depends on your linux system. For almost every Linux system, the following commands would work definitely.

$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.7
Download and install Python Latest Version on Linux

To install latest version from source code of Python follow below steps

Download Python Latest Version from python.org

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4