Skip to main content

Usage

anaconda repo wizard [--system] [--env] [--file <FILE>] [--restore]
Replace <FILE> with the path to the .condarc file to write to (for —file).

Description

Interactive wizard to configure conda to use Anaconda Platform or Package Security Manager. It helps you add the correct channel URLs and authentication to your conda configuration (user, system, or env .condarc, or a specific file). Use --restore to restore .condarc from a backup created by a previous wizard run.

Options

Option
Default
Description
--system
Write to the system .condarc file
--env
Write to the active conda environment .condarc
--file <FILE>
Write to the given file
--restore
Restore .condarc from backup
-h, --help
Show help for this command

Examples

Run the wizard (uses user .condarc by default)
anaconda repo wizard
Write configuration to a specific file
anaconda repo wizard --file /path/to/.condarc
Restore from backup
anaconda repo wizard --restore