Skip to content

Instantly share code, notes, and snippets.

@adibMosharrof
Created May 1, 2022 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adibMosharrof/197eec4c72568711514af6dbbedbbca6 to your computer and use it in GitHub Desktop.
Save adibMosharrof/197eec4c72568711514af6dbbedbbca6 to your computer and use it in GitHub Desktop.
Conda Environment Export
conda env export --no-builds | grep -v ^prefix | grep -v ^name > environment.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment