- add
resetting conda channel priorities
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/48547046/resetting-conda-channel-priorities
Managing channels - conda 4.8.3.post53+aba32225 documentation
Conda channels are the locations where packages are stored. They serve as the base for hosting and managing packages. Conda packages are downloaded from remote channels, which are URLs to directories containing conda packages. The conda command searches a default set of channels and packages are automatically downloaded and updated from https://repo.anaconda.com/pkgs/.
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html

Seonglae Cho