resetting conda channel priorities
问题 I am having issues with conda. After running commands such as: conda install -c /my_conda_channel numpy --offline --override-channels the default conda channel has now become 'my_conda_channel' so that each subsequent package from this channel supercedes the default channel, which is not what I want. I did the former just for testing purposes. How do I reset the channel behaviour? 回答1: Change the order from ~/.condarc so that defaults the first channel as channels: - defaults - conda-forge