Skip to content

pixi workspace export conda-environment#

Export workspace environment to a conda environment.yaml file

Usage#

pixi workspace export conda-environment [OPTIONS] [OUTPUT_PATH]

Arguments#

Options#

  • --platform (-p) <PLATFORM>
    The platform to render the environment file for. Defaults to the current platform
  • --environment (-e) <ENVIRONMENT>
    The environment to render the environment file for. Defaults to the default environment
  • --name (-n) <NAME>
    The name to use for the rendered conda environment. Defaults to the environment name
  • --from-lockfile
    Render the environment with packages pinned to the versions resolved in the lock file instead of the manifest specs

Global Options#