create a new virtual env conda code example
Example 1: conda remove environment
conda remove --name myenv --all
Example 2: how to create a virtual environment in anaconda
conda create -n env_name python=x.x anaconda
conda remove --name myenv --all
conda create -n env_name python=x.x anaconda