Skip to content

pixi workspace export conda-explicit-spec#

About#

Export workspace environment to a conda explicit specification file

Usage#

pixi workspace export conda-explicit-spec [OPTIONS] <OUTPUT_DIR>

Arguments#

  • <OUTPUT_DIR>
    Output directory for rendered explicit environment spec files
    required: true

Options#

  • --environment (-e) <ENVIRONMENT>
    The environments to render. Can be repeated for multiple environments
    May be provided more than once.
  • --platform (-p) <PLATFORM>
    The platform to render. Can be repeated for multiple platforms. Defaults to all platforms available for selected environments
    May be provided more than once.
  • --ignore-pypi-errors
    PyPI dependencies are not supported in the conda explicit spec file
    default: false
  • --ignore-source-errors
    Source dependencies are not supported in the conda explicit spec file
    default: false

Config Options#

Update Options#

  • --no-lockfile-update
    Don't update lockfile, implies the no-install as well
  • --frozen
    Install the environment as defined in the lockfile, doesn't update lockfile if it isn't up-to-date with the manifest file
    env: PIXI_FROZEN
  • --locked
    Check if lockfile is up-to-date before installing the environment, aborts when lockfile isn't up-to-date with the manifest file
    env: PIXI_LOCKED

Global Options#