Skip to main content
Version: 2.19

system-binaries


System binaries related settings.

Backend: pants.core

Config section: [system-binaries]

Basic options

system_binary_paths

--system-binaries-system-binary-paths="['<str>', '<str>', ...]"
PANTS_SYSTEM_BINARIES_SYSTEM_BINARY_PATHS
pants.toml
[system-binaries]
system_binary_paths = [
'<str>',
'<str>',
...,
]
default:
[
  "/usr/bin",
  "/bin",
  "/usr/local/bin",
  "/opt/homebrew/bin"
]

The PATH value that will searched for executables.

The special string "<PATH>" will expand to the contents of the PATH env var.

Can be overriden by fieldsystem_binaries_system_binary_paths on local_environment, docker_environment, or remote_environmenttargets.

Advanced options

None

Deprecated options

None

None