how to tell what evn structure I'm using in python conda code example
Example 1: how to make a conda environment
conda create --name myenv
#to activate environment:
conda activate myenv
Example 2: anaconda virtual environment LIST
conda env list