SubprocessLauncher.unsetenv

Removes the environment variable variable from the environment of processes launched from this launcher.

On UNIX, the variable's name can be an arbitrary byte string not containing '='. On Windows, it should be in UTF-8.

class SubprocessLauncher
void
unsetenv
(
string variable
)

Parameters

variable string

the environment variable to unset, must not contain '='

Meta

Since

2.40