Skip to main content

Usage

anaconda repo wizard [OPTIONS]

Description

Interactive wizard to configure conda to use Anaconda Platform or Package Security Manager (On-prem). 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

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