Body
Question
How do I activate a virtual conda environment from the command line interface?
Answer
1. From the Anaconda Prompt or Terminal command line (CLI) in the base environment, enter "conda info --envs" to list the current environments.

2. Enter "conda activate <environment_name>" to activate environment.
Example environment: venv_3_13
