Search code snippets, questions, articles...

Clone conda environment

conda create --name myclone --clone base

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

Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet