Last active
October 24, 2017 17:16
-
-
Save sethbunke/ee597d9c6f4851f6c0cf06257b9d6bd5 to your computer and use it in GitHub Desktop.
Anaconda - clean up downloaded libraries (zip, tar ball, etc.)
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
#Cleanup downloaded libraries (remove tarballs and packages): | |
conda clean -tp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment