Intégrer un dossier dans PATH

Flym4n -  
jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour,
J'ai suivi ce tutorial ( https://forums.commentcamarche.net/forum/affich-37622049-bash-la-variable-d-environnement-path )

Et Au point 5 je n'arrive pas à rajouter mon dossier dans la variable PATH de bash...
Chemin de mon dossier :
/home/louis/chromiumos/depot_tools

Merci beaucoup!!

Flym4n
Configuration: Ubuntu Hardy Heron (8.10)

2 réponses

  1. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour,
    echo 'export PATH=$PATH:/home/louis/chromiumos/depot_tools ' >>/home/louis/.bashrc
    echo $PAT
    H
    a+
    1
    1. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
       
      echo 'export PATH=$PATH:/home/louis/chromiumos/depot_tools ' >>/home/louis/.bashrc
      echo $PATH

      correction
      oups
      a+
      0
  2. Flym4n
     
    Merci tu gères :-)
    Je teste ça dans la soirée, merci beaucoup!
    0