Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active April 2, 2018 17:27
Show Gist options
  • Save SHDShim/3304dac450d5dd2d018ce3bd122aec00 to your computer and use it in GitHub Desktop.
Save SHDShim/3304dac450d5dd2d018ce3bd122aec00 to your computer and use it in GitHub Desktop.
conda, anaconda, python

How to clean up tarballs in conda

conda occupies some space in your hard drive. Over certain period of time, they become quite bigger in size. To free some space by deleting tarball files:

conda clean -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment