[plt-scheme] set environment variables in subprocess

From: Andreas Rottmann (a.rottmann at gmx.at)
Date: Thu Jan 14 16:35:15 EST 2010

YC <yinso.chen at gmail.com> writes:

> 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.
>
+1. 

I'd like to have that functionality on PLT as well :-).

Regards, Rotty
-- 
Andreas Rottmann -- <http://rotty.yi.org/>


Posted on the users mailing list.