본문 바로가기

Python

[Anaconda] Conda env clone

반응형

pytorch.yaml
0.00MB

1) Export existing env 

conda env export > pytorch.yml

 

2) clone the exported env

conda env create -f pytorch.yml