rattler-build debug build-add#
Install additional packages into the build 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 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.