fellons said: > Hi list. > > Someone can tell me how set an environment variable ? > > I try to set, on <userhome>/.bash_profile something like > TEMP=/tmp "export set TEMP=/tmp" Try by executing ~/.bash_profile on the shell and then "echo $TEMP".
fellons said: > Hi list. > > Someone can tell me how set an environment variable ? > > I try to set, on <userhome>/.bash_profile something like > TEMP=/tmp "export set TEMP=/tmp" Try by executing ~/.bash_profile on the shell and then "echo $TEMP".