rattler-build debug host-add#
Install additional packages into the host prefix
Usage#
Arguments#
-
<SPECS>- Package specs to install (e.g. "python>=3.11", "cmake", "numpy 1.26.")
May be provided more than once.
required*:true
Options#
-
--channel (-c) <CHANNELS>- Channels to search for packages in
May be provided more than once.
-
--work-dir <WORK_DIR>- Work directory to use (reads from last build in rattler-build-log.txt if not specified)
-
--output-dir (-o) <OUTPUT_DIR>- Output directory containing rattler-build-log.txt
default:./output
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.