Skip to content

rattler-build debug host-add#

Install additional packages into the host prefix

Usage#

rattler-build debug host-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 host prefix

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