std.ps.setenv

std.ps

setenv(name, value)

Set an environment variable

Sets the environment variable name to value in the current process. Changes are visible to child processes spawned afterwards. Wraps setenv(3).