System Installation

Arch

sudo pacman -Syyu python pip

Debian

sudo apt install python3 python3-virtualenv python3-venv python3-setuptools python3-pip

Debian patches out the ensurepip module to enforce apt package control.

Ubuntu

A default version of Python should work out-of-the-box. For alternate versions, use the deadsnakes PPA:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt install python#.# 

Environment Setup


CategoryRicottone