Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save previtus/31dd1fe4d07ca37680e23136632aa237 to your computer and use it in GitHub Desktop.

Select an option

Save previtus/31dd1fe4d07ca37680e23136632aa237 to your computer and use it in GitHub Desktop.
environments cleanup!
# pip whl files - first check how much needs?
pip cache info
pip cache purge
# conda
conda clean --all
# uv
uv cache clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment