environment

Subprocess environment.

Will be initialized to the current process environment. Call environment.clear() to override the environment completely. This design was chosen because inheriting the parent environment is more common than overriding it completely.