Skip to main content
Version: 2.19.x (prerelease)

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
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.

Advanced options

None

Deprecated options

None