Skip to content

rattler-build package extract#

Extract a conda package to a directory

Usage#

rattler-build package extract [OPTIONS] <PACKAGE_FILE>

Arguments#

  • <PACKAGE_FILE>
    Path to the package file (.conda, .tar.bz2) or a URL to download from
    required: true

Options#

  • --dest (-d) <DEST>
    Destination directory for extraction (defaults to package name without extension)