Skip to content

Instantly share code, notes, and snippets.

@neksa
Created August 20, 2020 12:38
Show Gist options
  • Save neksa/f480c47d06e6f1fbeef043737251584b to your computer and use it in GitHub Desktop.
Save neksa/f480c47d06e6f1fbeef043737251584b to your computer and use it in GitHub Desktop.
export conda packages to environment.yml
conda env export --no-builds | grep -v "prefix" > environment.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment