conda config

Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file by default

Options

NameDescription
--jsonReport all output as json. Suitable for using conda programmatically
-v, --verboseUse once for info, twice for debug, three times for trace
-q, --quietDo not display progress bar
--systemWrite to the system .condarc file at '/home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda/conda/latest/.condarc'
--envWrite to the active conda environment .condarc file (<no active environment>). If no environment is active, write to the user config file (/home/docs/.condarc)
--file <Target File>Write to the given file
--show [Configuration values...]Display configuration values as calculated and compiled. If no arguments given, show information for all configuration values
--show-sourcesDisplay all identified configuration sources
--validateValidate all configuration sources
--describe [Configuration values...]Describe given configuration parameters. If no arguments given, show information for all configuration parameters
--write-defaultWrite the default configuration to a file. Equivalent to conda config --describe > ~/.condarc
--get [key...]Get a configuration value
--append <key> <value>Add one configuration value to the end of a list key
--prepend, --add <key> <value>Add one configuration value to the beginning of a list key
--set <key> <value>Set a boolean or string key
--remove <key> <value>Remove a configuration value from a list key. This removes all instances of the value
--remove-key <key>Remove a configuration key (and all its values)
--stdinApply configuration information given in yaml format piped through stdin