HomeDocs
DocsCommunityTestimonialsUsersGitHubTwitterBlogJobsTermsPrivacyCookies
TermsPrivacyCookies
Hey! These docs are for version 2.10, which is no longer officially supported. Click here for the latest version, 2.17!

subprocess-environment

Environment settings for forked subprocesses.

Backend: pants.core
Config section: [subprocess-environment]

Basic options

None

Advanced options

env_vars

--subprocess-environment-env-vars="['<str>', '<str>', ...]"
PANTS_SUBPROCESS_ENVIRONMENT_ENV_VARS
default:
[
  "LANG",
  "LC_CTYPE",
  "LC_ALL"
]

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.


Deprecated options

None