Back to Pixi

pixi workspace export conda-environment

docs/reference/cli/pixi/workspace/export/conda-environment.md

0.69.01.6 KB
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi workspace export conda-environment

Export workspace environment to a conda environment.yaml file

--8<-- "docs/reference/cli/pixi/workspace/export/conda-environment_extender:description"

Usage

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

Arguments

  • <a id="arg-<OUTPUT_PATH>" href="#arg-<OUTPUT_PATH>"><OUTPUT_PATH></a> : Explicit path to export the environment file to

Options

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

Global Options

  • <a id="arg---manifest-path" href="#arg---manifest-path">--manifest-path (-m) <MANIFEST_PATH></a> : The path to pixi.toml, pyproject.toml, or the workspace directory
  • <a id="arg---workspace" href="#arg---workspace">--workspace (-w) <WORKSPACE></a> : Name of the workspace

--8<-- "docs/reference/cli/pixi/workspace/export/conda-environment_extender:example"