Subsystemssubprocess-environmentVersion: 2.19 (deprecated)On this pagesubprocess-environment Environment settings for forked subprocesses. Backend: pants.core Config section: [subprocess-environment] Basic optionsNoneAdvanced optionsenv_vars--subprocess-environment-env-vars="['<str>', '<str>', ...]"PANTS_SUBPROCESS_ENVIRONMENT_ENV_VARSpants.toml[subprocess-environment]env_vars = [ '<str>', '<str>', ...,]default: [ "LANG", "LC_CTYPE", "LC_ALL", "SSL_CERT_FILE", "SSL_CERT_DIR" ]Environment variables to set for process invocations.Entries are either strings in the form ENV_VAR=value to set an explicit value; or just ENV_VAR to copy the value from Pants's own environment.See https://www.pantsbuild.org/v2.19/docs/options#addremove-semantics for how to add and remove Pants's default for this option.Can be overriden by fieldsubprocess_environment_env_vars on local_environment, docker_environment, or remote_environmenttargets.Deprecated optionsNoneRelated subsystemsNone