Re: How to capture environment state after running a shell script.

2007-03-14 Thread Gerard Flanagan
On Mar 13, 7:54 pm, [EMAIL PROTECTED] wrote: > On Mar 13, 5:57 am, "Gerard Flanagan" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I have a third party shell script which updates multiple environment > > values, and I want to investigate (and ultimately capture to python) > > the environment state

Re: How to capture environment state after running a shell script.

2007-03-13 Thread attn . steven . kuo
On Mar 13, 5:57 am, "Gerard Flanagan" <[EMAIL PROTECTED]> wrote: > Hello, > > I have a third party shell script which updates multiple environment > values, and I want to investigate (and ultimately capture to python) > the environment state after the script has run. But running the script > as a c

How to capture environment state after running a shell script.

2007-03-13 Thread Gerard Flanagan
Hello, I have a third party shell script which updates multiple environment values, and I want to investigate (and ultimately capture to python) the environment state after the script has run. But running the script as a child process only sets values for that process, which are lost after executi