setenv/3¶
setenv(+ Name,+ Value)*
Set environment variable. Name and Value should be instantiated to atoms or integers. The environment variable will be passed to shell/[0-2]
and can be requested using getenv/2. They also influence expand_file_name//22.