On Nov 18, 9:27 am, rowen <[EMAIL PROTECTED]> wrote:
> I'd like to replace some shell scripts with Python, but one step of
> the script modifies my environment in a way that the subsequent steps
> require.
> Is there a straightforward  way to do this (without having to resort
> to writing some of it as a shell script)?

Perhaps using os.environ?

http://www.python.org/doc/2.5.2/lib/os-procinfo.html
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to