From: Ian Peters-campbell Date: 2008-04-12T13:57:33+09:00 Subject: exec with environment? I am running a Ruby script which needs to set some environment variables and then execute non-Ruby programs through Linux and pass the modified environment to the new processes. It doesn't look as though I can do this with 'exec', is there a way to do this with existing Ruby functionality? -- Posted via http://www.ruby-forum.com/.