[plt-scheme] set environment variables in subprocess

From: YC (yinso.chen at gmail.com)
Date: Wed Jan 13 20:34:14 EST 2010

On Wed, Jan 13, 2010 at 5:32 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:

> At the OS level, execve() or CreateProcess() lets you provide
> environment variables for the new process, instead of just using the
> current process's settings. So, we could extend `subprocess' to avoid
> `putenv' collisions, but that support is not currently available.
>
>
Thanks Matthew - just saw your response after I sent out mine.  If this can
be considered for future release that would be great.

Thanks,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100113/2ec10b4a/attachment.html>

Posted on the users mailing list.