Answers for "create a conda env from yaml file"

1

conda create env from yml

conda env create -f environment.yml
Posted by: Guest on March-16-2020
0

conda save environment to yaml

# save conda env to .yml 
conda env export > environment.yml
Posted by: Guest on January-22-2021

Code answers related to "create a conda env from yaml file"

Python Answers by Framework

Browse Popular Code Answers by Language