pixi workspace export conda-explicit-spec
#
About#
Export workspace environment to a conda explicit specification file
Usage#
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#
-
--tls-no-verify
- Do not verify the TLS certificate of the server
-
--auth-file <AUTH_FILE>
- Path to the file containing the authentication token
-
--pypi-keyring-provider <PYPI_KEYRING_PROVIDER>
- Specifies whether to use the keyring to look up credentials for PyPI
options:disabled
,subprocess
-
--concurrent-solves <CONCURRENT_SOLVES>
- Max concurrent solves, default is the number of CPUs
-
--concurrent-downloads <CONCURRENT_DOWNLOADS>
- Max concurrent network requests, default is
50
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#
-
--manifest-path <MANIFEST_PATH>
- The path to
pixi.toml
,pyproject.toml
, or the workspace directory