Answers for "activate env from yaml file conda"

3

conda load environment.yml

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

conda save environment to yaml

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

Python Answers by Framework

Browse Popular Code Answers by Language