Results 1 to 4 of 4
Hello All,
I am new on the board.
Can anybody help me, on setting environment in Linux?
Thanx...
- 02-22-2007 #1
Environment Set
Hello All,
I am new on the board.
Can anybody help me, on setting environment in Linux?
Thanx
- 02-22-2007 #2
hi TheXMan,
Welcome to the LinuxForums.
could you explain a little bit more? what do you mean by environment settings?
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2007 #3Just Joined!
- Join Date
- Jan 2007
- Location
- South Africa
- Posts
- 22
If you are running bash, use
%export XXX=something
That will only affect your current session.
If you want it permanent, edit ~/.bashrc and put it in there
- 02-23-2007 #4
Environment Setting
Thank you guys for soon reply............
My work is done, thank you.
Actually I wanted set path to run my application
Thank you............


Reply With Quote