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

Installez Python 2 sur RHEL 8 / CentOS 8

L'interpréteur Python 2 n'est pas disponible sur l'installation par défaut de RHEL 8 / CentOS 8. Cependant, il peut être installé avec un seul dnf commande.

Dans ce didacticiel, vous apprendrez :

  • Comment installer Python 2 sur RHEL 8/CentOS 8.
  • Comment vérifier la version de Python sur RHEL 8/CentOS 8.

Installation de Python 2 sur Red Hat Enterprise Linux 8.

Configuration logicielle requise et conventions utilisées

Configuration logicielle requise et conventions de ligne de commande Linux
Catégorie Exigences, conventions ou version du logiciel utilisée
Système RHEL 8/CentOS 8
Logiciel Python 2
Autre Accès privilégié à votre système Linux en tant que root ou via le sudo commande.
Conventions # - nécessite que les commandes linux données soient exécutées avec les privilèges root soit directement en tant qu'utilisateur root, soit en utilisant sudo commande
$ – nécessite que les commandes linux données soient exécutées en tant qu'utilisateur normal non privilégié

Comment installer python 2 sur RHEL 8 / CentOS 8 instructions étape par étape

  1. Pour installer le package Python 2 sur RHEL 8/CentOS 8, exécutez la commande dnf suivante commande :
    # dnf install python2
    
  2. Utilisez --version option pour vérifier la version Python installée. Par exemple :
    # python2 --version
    Python 2.7.15
    

Cent OS
  1. Installer Python sur CentOS 8

  2. Comment installer Pip sur CentOS 8

  3. Installez Webmin sur CentOS 7 / RHEL 7

  4. Comment installer Python 3.5 sur CentOS/RHEL et Fedora

  5. Comment installer Python 3.6.4 sur CentOS 7

Comment installer pip dans RHEL 8 / CentOS 8

Installer les outils de développement sur RHEL 8 / CentOS 8

Comment installer Python 3 sur CentOS 7

Comment installer Python 3.8 sur CentOS 8

Comment installer Python 3.9 sur CentOS 8

Comment installer Python sur CentOS 7