Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
22 lines (14 loc) · 597 Bytes

File metadata and controls

22 lines (14 loc) · 597 Bytes
Copy raw file
Download raw file
Edit and raw actions

Install Python on Linux

To install the latest version of Python on Debian-based Linux distributions, you can create a new terminal (Ctrl + Shift + `) and run the following commands:

sudo apt-get update
sudo apt-get install python3 python3-venv python3-pip

For Fedora-based Linux distributions, you can run the following:

sudo dnf install python3

To verify if Python was successfully installed, run the following command in the terminal:

python3 --version
Morty Proxy This is a proxified and sanitized view of the page, visit original site.