conda current environment name code example
Example 1: remove conda environment
conda remove --name myenv --all
Example 2: anaconda virtual environment LIST
conda env list
Example 3: conda install from yaml
conda env update -n my_env --file ENV.yaml