Answers for "make a yml file with conda"

6

conda write environment.yml

conda env export > environment_droplet.yml
Posted by: Guest on April-01-2020
1

conda configuration yaml

conda create -n myenv python
conda install -n myenv scipy
Posted by: Guest on June-19-2020

Python Answers by Framework

Browse Popular Code Answers by Language