Wim Ceulemans wrote:
> I personally use a little shell script which I name 'd' (for develop), and
> that looks like:
> 
> # script for setting up development environment
> PATH=$PATH:/usr/local/pgsql/bin
>...

Come to think of it, I use that technique, too- but
my little script sets up the environment absolutely,
without appending to the old variables,
so I can run it to fix up a corrupted environment
or to switch JDK's.  
(This may be more important on WinNT/95/MS-DOS, though,
where my day job is, because the environment is
so fragile there.)

- Dan

Reply via email to