Introduction Ce document aborde les astuces et les problèmes relatifs aux variables d'environnement sous Unix/Linux, et plus spécialement à la variable PATH.
Introduction This document describes common tricks and problems with Unix/ Linux environment variables, especially with PATH variable.
Si vous voulez utiliser Python à partir de la ligne de commande Windows, c'est à dire le prompt DOS, alors vous avez besoin de mettre la bonne valeur à la variable PATH.
If you want to be able to use Python from the Windows command line i.e. the DOS prompt, then you need to set the PATH variable appropriately.
Ajoutez le chemin vers le répertoire cygwin-directory\bin à la variable Path, et cliquez OK.
Add the paths to the cygwin-directory\usr\bin and cygwin-directory\bin directories to the Path variable, and click OK.
La commande Export-Counter utilise la variable Path pour spécifier le fichier de sortie.
Avant de commencer, assurez-vous que /usr/local/atmel/bin figure bien dans la variable PATH.
Before you start make sure that you have/usr/local/atmel/bin in the PATH.
Les fichiers d'initialisation de ces shells modifient souvent la variable PATH.
Initialization files of shells often modify path.
Modifiez la variable PATH qui donne la liste des dossiers contenant des commandes.
La variable PATH est automatiquement définie à la connexion.
Plusieurs fichiers dans /etc/env.d définissent la variable PATH.
Several files in/etc/env.d define the PATH variable.
Modifiez alors la variable PATH pour votre utilisateur.
Edit the PATH variable for your user.
Vérifiez que la variable PATH est définie en répétant la commande java
Verify that the path is set by repeating the java command
dans le répertoire actuel, puis dans la variable path actuelle.
directory then in the current path variable.
Chaque mot de la variable path nomme un répertoire dans lequel le shell recherchera la commande.
Each word in the variable path names a directory in which the shell will look for the command.