Anaconda .condarc file is a file we can manage anacoda channels. This file is very useful when you want to change some settings on you anaconda channels. In this tutorial, we will introduce you how to create this file on windows 10 if this file does not exist.
Where is .condarc file
This file is usualy in user’s home folder, if this file does not exist, we have to create it.
How to create .condarc file
Weopen windows command propt first, then enter conda command below:
conda config --set show_channel_urls yes
Then you will create .condarc file in your home folder.
It may look like:
If you want to modify the default channel of anaconda, you can view this tutorial.
A Beginner’s Guide to Add and Remove Anaconda Channels – Anaconda Tutorial