[Noob] Ajouter avec un script une variable d'env

Ajouter avec un script une variable d'env [Noob] - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 30-03-2007 à 17:28:10    

:hello:  
 
ps : Je suis un noob  :whistle:  
 
J'ai un petit script qui fait plein de bonnes choses (enfin du moins à l'avenir... :D) et je cherche comment je pourrais ajouter une variable d'environnement
à mon bashrc via un script.
 
je voudrais ecrire dans mon script export JAVA_HOME="/blabla...." mais comment puis je faire ?

Reply

Marsh Posté le 30-03-2007 à 17:28:10   

Reply

Marsh Posté le 30-03-2007 à 19:00:08    

explique exactement ce que tu cherche a faire. Parce que j'ai l'mpression que t'as pas compris un truc.
Ton script, il utilise du java ?

Reply

Marsh Posté le 30-03-2007 à 19:49:37    

vi ~/.bashrc
 
export JAVA_HOME="/blabla...."
 
?

Reply

Marsh Posté le 31-03-2007 à 01:47:33    

tomtom41 a écrit :

:hello:  
 
ps : Je suis un noob  :whistle:  
 
J'ai un petit script qui fait plein de bonnes choses (enfin du moins à l'avenir... :D) et je cherche comment je pourrais ajouter une variable d'environnement
à mon bashrc via un script.
 
je voudrais ecrire dans mon script export JAVA_HOME="/blabla...." mais comment puis je faire ?


echo export JAVA_HOME="/blabla...." >> .bashrc ?


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 02-04-2007 à 09:21:32    

carot0 a écrit :

echo export JAVA_HOME="/blabla...." >> .bashrc ?


merci :)

Reply

Marsh Posté le 02-04-2007 à 09:30:58    


par contre si tu execute ton script 15 fois tu aurai 15 fois la ligne dans ton bashrc...


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 02-04-2007 à 16:03:56    

carot0 a écrit :

par contre si tu execute ton script 15 fois tu aurai 15 fois la ligne dans ton bashrc...


 
sed -i

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed