Skip to content

anaconda/conda-token

Repository files navigation

Conda token

Set your token and configure default_channels to access Anaconda Commercial Edition. Follow the steps below to use conda-token to authenticate and configure your Anaconda or Miniconda install.

conda-token will configure your Anaconda or Miniconda installation to authenticate to Anaconda Commercial Edition using the token you receive in your email after purchasing a subscription and will configure your default_channels setting in your Conda configuration.

1   Purchase Commercial Edition

After you have purchased a subscription to Commercial Edition at https://anaconda.cloud/register you will receive an email containing an access token. The token is 48 characters in lengths and contains letters and numbers. You will need this token to authenticate your Anaconda or Miniconda install

2   Install Anaconda or Miniconda

If you already have Anaconda or Miniconda installed you can skip this step. Otherwise download either Anaconda or Miniconda and install it on your system.

3   Install conda-token

The conda-token package is available from the Anaconda Distribution. You can install conda-token using either Anaconda Navigator or the Conda command-line-interface (CLI).

To use the Conda CLI run the following in your terminal

conda install -n root conda-token

4   Authenticate to Anaconda Commercial Edition

You will need to use the terminal to authenticate to Anaconda Commercial Edition and configure access. In your terminal run the following command

conda-token set <TOKEN>

Replace <TOKEN> with the token value you received in your email after purchasing a subscription.

conda-token will validate that your token works by checking that it can be used to connect to Anaconda Commercial Edition.

Once you have run conda-token set you will be able to install packages from Anaconda Commercial Edition

Run conda-token set --help for more information and optional configuration parameters.

5   Remove token and reset Conda configuration

You can remove your token and reset your Conda configuration to its default state by running

conda-token remove

About

Configure Conda to access Anaconda Commercial Edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages