Skip to content

Instantly share code, notes, and snippets.

View michael-ford's full-sized avatar

michael-ford

View GitHub Profile
@michael-ford
michael-ford / git-cheatsheet.md
Last active December 28, 2018 18:45 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@michael-ford
michael-ford / conda_env_export.py
Created March 3, 2021 21:46 — forked from gwerbin/conda_env_export.py
Export a Conda environment with --from-history, but also append Pip-installed dependencies
"""
Export a Conda environment with --from-history, but also append
Pip-installed dependencies
Exports only manually-installed dependencies, excluding build versions, but
including Pip-installed dependencies.
Lots of issues requesting this functionality in the Conda issue tracker, no
sign of progress (as of March 2020).