Question
How do I remove a channel in a virtual conda environment from the Command Line?
Answer
1. From the Anaconda Prompt or Terminal command line (CLI) in an active virtual conda environment, enter "conda config --remove channels <channel_name>".
Example channel: pkgs/main

2. Enter "conda config --show channels" to list channels in order of priority. Example channel was removed from the list.
