Skip to content

Instantly share code, notes, and snippets.

@ericmjl
Created May 26, 2016 13:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericmjl/e46af7733236f3874789aaed0f0a1710 to your computer and use it in GitHub Desktop.
Save ericmjl/e46af7733236f3874789aaed0f0a1710 to your computer and use it in GitHub Desktop.
an example conda environment.yml file
name: envname
dependencies:
- python=3
- package1
- package2
- pip
- pip:
- pypi_package1
- pypi_package2
@Neugierdsnase
Copy link

this just saved me some real headache

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