You just have to refer to the base environment, which is called base
and not root
:
conda create --name <myenv> --clone base
You just have to refer to the base environment, which is called base
and not root
:
conda create --name <myenv> --clone base