create a new enviroment in anaconda code example
Example 1: how to make a conda environment
conda create --name myenv
#to activate environment:
conda activate myenv
Example 2: create an environment in conda
conda create --name myenv
Example 3: make a new environment conda
conda activate test_env