Conda Anaconda Telemetry#
Welcome to the conda-anaconda-telemetry documentation! The conda-anaconda-telemetry project is a plugin that submits data about conda’s usage to Anaconda. This helps Anaconda learn more about those using conda. This plugin is also an example of how others can leverage conda’s plugin system to begin collecting more information about their conda users too.
Installation#
To begin using this plugin, install it in your base environment with the following command:
conda install --name base conda-anaconda-telemetry
Disabling#
To disable this plugin, you can either add the following to your .condarc
file:
plugins:
anaconda_telemetry: false
Or remove it from your base environment:
conda remove --name base conda-anaconda-telemetry