Last active
April 7, 2022 21:43
-
-
Save brews/a373f211af6eec036f6ba759b9b79281 to your computer and use it in GitHub Desktop.
Get the size of packages from within active conda/miniconda/anaconda/mamba environment.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep '"size":' ${CONDA_PREFIX}/conda-meta/*.json | sort -k3rn | sed 's/.*conda-meta\///g' | column -t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment