Re: set path value permanently

2007-04-29 Thread Martin Gainty
If you set PATH in .profile then as soon as you login PATH (and any other env vars) will be available to you export PATH=WhatEverTheNewPathIs:$PATH a helpful tutorial is available here http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux-5.html an example would be: M-- This email

Re: set path value permanently

2007-04-29 Thread Alexey Solofnenko
This is not ANT related, but there are few ways to achieve this. If you open login shells (for example in Gnome terminal select Edit->Current Profile...->Title and Command->Run command as login shell) you can put commands into ~/.profile script (create it, if it does not exist). You can also pu

set path value permanently

2007-04-29 Thread akinola oni
hello, Is it possible to set the path value permanently on linux (mac) ? l always have to set up the path value every time l open up a new command line terminal. I tried setting it up in the environment variables. it always returns back to the original configuration every time re start the