pixi config set
#
About#
Set a configuration value
Usage#
Arguments#
-
<KEY>
- Configuration key to set
required:true
-
<VALUE>
- Configuration value to set (key will be unset if value not provided)
Config Options#
-
--local (-l)
- Operation on project-local configuration
-
--global (-g)
- Operation on global configuration
-
--system (-s)
- Operation on system configuration
Global Options#
-
--manifest-path <MANIFEST_PATH>
- The path to
pixi.toml
,pyproject.toml
, or the workspace directory
Description#
Set a configuration value
Example: pixi config set default-channels '["conda-forge", "bioconda"]'
Examples#
pixi config set default-channels '["conda-forge", "bioconda"]'
pixi config set --global mirrors '{"https://conda.anaconda.org/": ["https://prefix.dev/conda-forge"]}'
pixi config set repodata-config.disable-zstd true --system
pixi config set --global detached-environments "/opt/pixi/envs"
pixi config set detached-environments false
pixi config set s3-options.my-bucket '{"endpoint-url": "http://localhost:9000", "force-path-style": true, "region": "auto"}'