GNU/Linux >> Tutoriels Linux >  >> Cent OS

Installer PIP pour Python 3 dans CentOS 8

PIP est un gestionnaire de packages utilisé pour installer et gérer des packages logiciels écrits en Python. Le référentiel CentOS autorise à la fois pip2 et pip3 pour python 2 et python 3 respectivement à l'aide de la commande dnf. Python 3 est la version de Python la plus récente, stable et prise en charge à long terme. Si vous n'avez pas spécifiquement besoin de Python 2 pour la compatibilité avec des applications plus anciennes, utilisez Python 3.

Dans ce tutoriel, nous allons installer PIP 3 pour python 3.

Mettez à jour votre référentiel système à l'aide de la commande suivante :

dnf -y update

Nous allons maintenant installer Python 3.

dnf -y install python3

Installez maintenant pip3.

dnf -y install python3-pip

Confirmer l'installation si PIP.

pip3 –-version

Vous pouvez maintenant utiliser PIP selon vos besoins.


Cent OS
  1. Comment installer Pip sur CentOS 7

  2. Installer Python sur CentOS 8

  3. Comment installer Python pip sur CentOS/Debian/Ubuntu

  4. Comment installer Python 3.6.4 sur CentOS 7

  5. Installer tkinter pour Python

Comment installer Python sur CentOS 8

Comment installer TensorFlow sur CentOS 8

Comment installer Python 3.8 sur CentOS 8

Comment installer Python 3.9 sur CentOS 8

Comment installer Flask sur CentOS 8

Comment installer Python sur CentOS 7