GNU/Linux >> LINUX-Kenntnisse >  >> Ubuntu

So installieren Sie Python Pip unter CentOS/Debian/Ubuntu

Pip ist ein Paketverwaltungssystem zum Installieren und Verwalten von in Python geschriebenen Softwarepaketen. Viele Pakete sind im Python Package Index (PyPI) zu finden. Python 2.7.9 und höher (in der python2-Serie) und Python 3.4 und höher enthalten standardmäßig pip (pip3 für Python 3), sodass Sie pip möglicherweise bereits haben.

OS-Paketmanager verwenden

Unter Linux kann Pip wie unten gezeigt mit dem Systempaket-Manager installiert werden:

Auf Debian/Ubuntu:

[root@openstack export]# apt-get install python-pip

Unter Fedora/CentOS/RHEL:

[root@openstack export]# yum install python-pip

Wenn die obigen Befehle bei Ihnen nicht funktioniert haben, können Sie PIP manuell installieren

PIP-Installation

[root@openstack export]# wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate

Führen Sie den folgenden Befehl aus:

[root@openstack export]# python get-pip.py

get-pip.py installiert setuptools auch für Sie, falls noch nicht installiert.

Jetzt haben Sie den Pip-Paketmanager erfolgreich installiert.

Note: In case, if 'python get-pip.py' ended up with "Syntax Error at line 43", then you need to check the version of Python. Pip is not supported in Python version 2.4, you may need to install Python version > 2.4. Here's a guide that explains Installation of Python version 3.5 from source.

So aktualisieren Sie pip

Unter Linux oder OS X:Führen Sie den folgenden Befehl aus.

[root@openstack export]# pip install -U pip
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
Requirement already up-to-date: pip in /usr/lib/python2.6/site-packages

Ubuntu
  1. So installieren Sie Pip unter CentOS 7

  2. So installieren Sie PIP unter Debian 9

  3. So installieren Sie Pip unter Ubuntu 18.04, Debian 9 und Linux Mint 19

  4. So installieren Sie Python 3.5 unter Ubuntu, Debian und Linuxmint

  5. So installieren Sie Pip unter Ubuntu 20.04

So installieren Sie Python Pip unter Ubuntu 18.04 und 20.04

So installieren Sie Pip unter Ubuntu

So installieren Sie PIP in Ubuntu 20.04

So installieren Sie Python Pip unter Ubuntu 19.04

So installieren Sie Python Pip unter Ubuntu 20.04 LTS

So installieren Sie Python PIP unter Ubuntu 18.04