Skip to main content

Usage

anaconda token config [OPTIONS]

Description

Updates conda’s configuration to use the premium Anaconda repository channels. This is typically done automatically during anaconda token install, but can be run separately if the channel configuration needs to be reapplied. Side effects: Modifies conda configuration file.

Options

Option
Description
--force
Force configuration of default channels without prompting
--help
Show help for this command

Examples

Configure conda channels
anaconda token config
Force configuration without prompts
anaconda token config --force