Re: interactive prompts

2005-11-27 Thread Ben Finney
Michael Williams <[EMAIL PROTECTED]> wrote: > how do I force the environmental variables set by one 'popen' or > 'pexpect' to propagate throughout the entire Python session so that > any commands called will see those env variables? A process's environment must be inherited from its parent, or s

interactive prompts

2005-11-26 Thread Michael Williams
Hi all, I'm having an issue with environment variables and spawned commands. Specifically, I'm using "eval `ssh-agent`" and "ssh-add". My question is, how do I force the environmental variables set by one 'popen' or 'pexpect' to propagate throughout the entire Python session so that any