Comment créè un variable d'environnement linu
rim10
Messages postés
13
Date d'inscription
Statut
Membre
Dernière intervention
-
rim10 Messages postés 13 Date d'inscription Statut Membre Dernière intervention -
rim10 Messages postés 13 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
bonjoure :comment creer un variable d'environnement pour un repertoire sous fedora .
et comment ajouter cette variable a variable PATH d'une maniere permenant
bonjoure :comment creer un variable d'environnement pour un repertoire sous fedora .
et comment ajouter cette variable a variable PATH d'une maniere permenant
A voir également:
- Comment créè un variable d'environnement linu
- Comment créer un groupe whatsapp - Guide
- Cree un compte google - Guide
- Comment créer un compte gmail - Guide
- Créer un lien pour partager des photos - Guide
- Comment creer un organigramme - Guide
16 réponses
Il te suffit de faire un export dans le fichier .bashrc
rim10
Messages postés
13
Date d'inscription
Statut
Membre
Dernière intervention
mercie ;mais comment avoir le fichier / .bashrc
http://doc.ubuntu-fr.org/variables_d_environnement
le fichier .bashrc est un fichier caché dans ton home.
en console tu fais "gedit .bashrc"
le fichier .bashrc est un fichier caché dans ton home.
en console tu fais "gedit .bashrc"
es que tu peut m'aider a l'installation d'un simulateure sous fedora;j'ai les etapes mai j'ai pas compris
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
un simulateure d'un protocol internet "LEDA"
ET VOILA LES ETAPES/
LEDA
UNIX OBJECT CODE INSTALLATION
1. Preparations
---------------
Unpacking the LEDA distribution file (LEDA-<ver>-<sys>-<cc>.tgz) will
create the LEDA root directory "LEDA-<ver>-<sys>-<cc>". You might want
to rename it or to move it to some different place. Let <leda-root-path>
denote the final complete path name of the LEDA root directory.
Now you have to modify your environment as follows:
a) LEDAROOT:
set the the environment variable LEDAROOT to <leda-root-path>
csh/tcsh: setenv LEDAROOT <leda-root-path>
sh/bash: LEDAROOT=<leda-root-path>
export LEDAROOT
b) Command Search Path:
include $LEDAROOT/Manual/cmd into your command search path (environment
variable path (csh) or PATH (sh)) and call "rehash" (if required by your
system).
c) Shared Libraries: (for solaris, linux, irix, osf1, hpux)
If you are planning to use shared libraries include $LEDAROOT into the
LD_LIBRARY_PATH search path (SHLIB_PATH for hpux). Then goto $LEDAROOT
and type "make shared". This will construct the shared libraries libL.so,
libG.so,libP.so,libW.so, and libD3.so (*.sl for hpux).
ET VOILA LES ETAPES/
LEDA
UNIX OBJECT CODE INSTALLATION
1. Preparations
---------------
Unpacking the LEDA distribution file (LEDA-<ver>-<sys>-<cc>.tgz) will
create the LEDA root directory "LEDA-<ver>-<sys>-<cc>". You might want
to rename it or to move it to some different place. Let <leda-root-path>
denote the final complete path name of the LEDA root directory.
Now you have to modify your environment as follows:
a) LEDAROOT:
set the the environment variable LEDAROOT to <leda-root-path>
csh/tcsh: setenv LEDAROOT <leda-root-path>
sh/bash: LEDAROOT=<leda-root-path>
export LEDAROOT
b) Command Search Path:
include $LEDAROOT/Manual/cmd into your command search path (environment
variable path (csh) or PATH (sh)) and call "rehash" (if required by your
system).
c) Shared Libraries: (for solaris, linux, irix, osf1, hpux)
If you are planning to use shared libraries include $LEDAROOT into the
LD_LIBRARY_PATH search path (SHLIB_PATH for hpux). Then goto $LEDAROOT
and type "make shared". This will construct the shared libraries libL.so,
libG.so,libP.so,libW.so, and libD3.so (*.sl for hpux).
oui alors tu en es ou. pour ta variable il te donne la commande !!!
setenv LEDAROOT <leda-root-path>
setenv LEDAROOT <leda-root-path>
mais quand je fait sa .et je ferme le consol je trouve pas cette variables;;;puisque c'est une operation temporaira
oui enfin je fais autre chose que répondre aux questions je peux pas répondre toujours dans la minute.
alors ouvre ta console. ouvre le fichier .bashrc (je ne connais pas ton editeur de texte)
et ajoute la ligne suivante à la fin
export LEDAROOT=<leda-root-path>
alors ouvre ta console. ouvre le fichier .bashrc (je ne connais pas ton editeur de texte)
et ajoute la ligne suivante à la fin
export LEDAROOT=<leda-root-path>
b) Command Search Path:
include $LEDAROOT/Manual/cmd into your command search path (environment
variable path (csh) or PATH (sh)) and call "rehash" (if required by your
system).
include $LEDAROOT/Manual/cmd into your command search path (environment
variable path (csh) or PATH (sh)) and call "rehash" (if required by your
system).