Outils pour utilisateurs

Outils du site


lancer_correctement_python

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
lancer_correctement_python [2021/02/24 17:54] – [Ce qu'il faut retenir par cœur] sergelancer_correctement_python [2021/02/24 17:56] – [Installer un package] serge
Ligne 32: Ligne 32:
  
 ====Installer un package==== ====Installer un package====
 +Le package est installé dans le home du user:
  
   python3.7 -m pip install black --user    python3.7 -m pip install black --user 
Ligne 43: Ligne 44:
   python3.7 -m pip install --upgrade pip   python3.7 -m pip install --upgrade pip
      
-    WARNING: The scripts pip, pip3 and pip3.7 are installed in '/home/toto/.local/bin' which is not on PATH.+Si vous avez cette alerte: 
 +  WARNING: The scripts pip, pip3 and pip3.7 are installed in '/home/toto/.local/bin' which is not on PATH.
   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.