python

Clone conda environment

conda create --name myclone --clone base

Clone the conda environment `base` to a new environment `myclone`. 

Was this helpful?