Skip to content

Instantly share code, notes, and snippets.

@lsetiawan
Created February 4, 2021 03:02
Show Gist options
  • Save lsetiawan/9e08024392b2265af07abd37f60f9f9f to your computer and use it in GitHub Desktop.
Save lsetiawan/9e08024392b2265af07abd37f60f9f9f to your computer and use it in GitHub Desktop.
Example conda environment file
name: playenv
channels:
- conda-forge
dependencies:
- python=3.7
- pyjokes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment