Body
Question
How do I add a channel to the top of the channel list 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 --prepend channels <channel_name>".
Example channel: pkgs/main

2. Enter "conda config --show channels" to list channels in order of priority. New example channel is shown at top of list.
