Skip to main content

Usage

anaconda token remove [OPTIONS]

Description

Removes the binstar token and related data from the keyring and reverts channel configuration in the targeted conda configuration file. Side effects: Deletes token from keyring; modifies conda configuration file.

Options

Option
Default
Description
-f, --file <PATH>
Remove from the specified .condarc file
-e, --env
Remove from the active conda environment’s .condarc. If no environment is active, uses ~/.condarc.
-s, --system
--system
Remove from the system .condarc
--help
Show help for this command

Examples

Remove token configuration
anaconda token remove
Remove from the active environment’s config
anaconda token remove --env
Remove from a specific file
anaconda token remove --file ~/.condarc