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? Change the order from ~/.condarc so that defaults the first channel as channels: - defaults - conda-forge and add this line to it channel_priority: true or run the following code in command-line conda config --set