Results 1 to 2 of 2
how do I set environment variable in pclinuxos?
ok I can use set var=x but how do I make it stick??...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
how do I set environment variable in pclinuxos?
how do I set environment variable in pclinuxos?
ok I can use set var=x but how do I make it stick??
- 03-02-2008 #2
Put in ~/.bash_profile or /etc/profile. The code below should do the trick for bourne type shells like bash, zsh, ksh etc.
Code:export VAR=X


Reply With Quote
