Skip to content

rattler-build debug build-add#

Install additional packages into the build prefix

Usage#

rattler-build debug build-add [OPTIONS] <SPECS>...

Arguments#

  • <SPECS>
    Package specs to install (e.g. "python>=3.11", "cmake", "numpy 1.26.")
    May be provided more than once.
    required*: true

Options#

Description#

Install additional packages into the build prefix

This command resolves and installs the specified packages into the build environment of an existing debug build. Useful for adding build tools without re-running the full debug setup.