Question
How do I create and activate a python virtual environment in Anaconda Navigator graphical user interface?
Answer
1. Search and Open Anaconda Navigator.
a. Enter "anaconda" in Windows Search bar.
b. Select Open from right hand column in search pop-up window.

2. Anaconda Navigator application window.

3. Select Environments and then Create.
a. In the left column, select Environments.
b. At bottom of middle column, select Create.

4. Fill out popup window:
a. Enter Name for new environment,
b. Check Python box,
c. Select Version from drop-down,
d. Select Create.

5. Select Run arrow icon to run environment in Python or Terminal (Command Line Interface [CLI]).

6. Select Open with Python or Open Terminal from pop-up window.

7. Example Python and Terminal windows displayed below.
Python example

Terminal example
