Skip to content

Instantly share code, notes, and snippets.

@gforsyth
Created July 14, 2015 14:56
Show Gist options
  • Save gforsyth/d86136dcc300f60efe25 to your computer and use it in GitHub Desktop.
Save gforsyth/d86136dcc300f60efe25 to your computer and use it in GitHub Desktop.
conda reference

###Exporting

conda env export > environment.yml

###Importing existing environment from yaml file

conda env create --file=/path/to/envfile.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment