Sathyaish wrote: > What's the deal with environmental variables? Are they specific to an > interpreter session? they're copied from the parent process when a new process is started, and any changes to them are local to the process. > That shouldn't be. that's how environment variables work, on all platforms. </F>