Answers for "how to copy conda env"

3

conda copy environment

conda create --clone py35 --name py35-2
Posted by: Guest on December-04-2020

Python Answers by Framework

Browse Popular Code Answers by Language