Python setup

6th of October, 2017 in guide

Quick guide to install Python & common libs.

  1. Pip installation
    1. Debian systems
  2. Sources

Pip installation

Debian systems

1
2
sudo apt-get install python-pip
sudo apt-get install -y python3-pip  # pip for python V3+

Sources

Installing pip/setuptools/wheel with Linux Package Managers

 
Python logo from www.python.org/community/logos/