create new python environment with conda code example
Example 1: delete conda environment
conda remove --name myenv --all
Example 2: how to see all the environments in Conda
conda env list
conda remove --name myenv --all
conda env list