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.

Features configure your development tools to use Anaconda-provided channels and package indexes. Enable a feature to apply its configuration; disable it to remove it.
ana feature <enable|disable> <FEATURE> [OPTIONS]

Available features

Options

If you omit the tool flag, main-x defaults to --conda.

Examples

Enable the main-x channel

This feature adds Anaconda’s main-x channel to your conda or pixi configuration.
ana feature enable main-x --conda
ana feature enable main-x --pixi

Disable a feature

Pass the same tool flag you used when enabling:
ana feature disable main-x --conda

Skip the confirmation prompt

If your tool’s configuration file already has settings that will be modified, use --force to skip the confirmation:
ana feature enable main-x --conda --force