Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Anaconda Desktop lets you view and prioritize channels to manage your package installations.
Most channels on Anaconda.org are completely free to use. However, Anaconda does provide mirrors of three default channels that are subject to Anaconda’s Terms of Service: main, msys2 (Windows only), and r (deprecated).

Viewing channels

You can access channel management from multiple locations:
Although you can access channel management from multiple locations, any changes you make apply to all environments, not just the one you’re currently working in.
On the Environments page, select Channels:
Channels button on the environments page
Selecting Channels will open the Channels page, which displays a list of your channels.
Channels page in Anaconda Desktop

Adding a channel

From the Channels page, select Add Channel to add a new channel to the bottom of your channels list. When managing channels in Desktop, you can refer to a channel either by its full URL or by its name. For example, let’s say you want to look for packages on the “conda-forge” channel of Anaconda.org. Either of these channel variations will look for packages in the same place:
  • By name: conda-forge
  • By URL: https://conda.anaconda.org/conda-forge
If you belong to an organization in Anaconda Platform (Cloud), you must supply your access inside the channel URL to authenticate yourself and prove you are allowed to access the channels: https://repo.anaconda.cloud/t/<TOKEN>/repo/<ORG_ID>/<CHANNEL>. For more information, see Authenticating to Anaconda in the Anaconda Platform (Cloud) guide.

Setting channel priority

Channel priority can be established by adjusting the order of the channels listed in the table. You can establish channel priority in multiple ways:
Select beside a channel to drag it to a new position.
Drag and drop to reorder channels

Deleting a channel

To delete a channel, select Actions on a channel row, then select Delete.
Delete a channel
Select Delete again to confirm you want to delete the channel.

Additional resources