Answers for "conda get yml for environment"

1

conda load environment.yml

conda env create --file environment.yml -n env_name
Posted by: Guest on September-23-2021
1

conda install from environment.yml

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

Code answers related to "conda get yml for environment"

Browse Popular Code Answers by Language