Skip to main content

Usage

anaconda token set [OPTIONS] <TOKEN>

Description

Installs a repository token with explicit control over which .condarc file the configuration is written to. When an organization is specified with --org, the token is also stored in the keyring via the standard install flow. Side effects: Writes token to conda configuration; optionally stores in keyring and configures default channels.

Arguments

Options

Examples

Install a token for an organization
anaconda token set <TOKEN> --org my-organization
Write to an environment-specific config
anaconda token set <TOKEN> --org my-organization --env
Write to a specific file
anaconda token set <TOKEN> --org my-organization --file ~/.condarc