conda-anaconda-telemetry plugin enables us to collect more detailed information about how you are using conda. Specifically, it lets us know:
- How you are using the
create,install, andsearchcommands - Which packages are in your active environment when running the above commands, including which version of
conda-buildyou are using - Your configured channel URLs
- Your virtual packages
Disabling the plugin
If you do not want your conda usage data available to Anaconda, you can disable this plugin by either editing your.condarc file or removing the package from your base environment.
- Edit .condarc
- Remove package
-
Open your
.condarcfile in your text editor of choice.Where is my .condarc file?
To locate your.condarcfile, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:Example return:The.condarcis a hidden file on macOS and Linux. View hidden files and folders using the following guidance for your operating system:- macOS
- Linux
Use Shift+Cmd+. in your Finder.
For more information on the.condarcfile, see Using the .condarc conda configuration file in the official conda documentation. -
Add the following lines to the bottom of the file:
- Save your changes.
- Close and reopen Navigator or any Anaconda Prompt or command line windows.