Skip to content

Instantly share code, notes, and snippets.

@danilogco
Created September 9, 2024 22:54
Show Gist options
  • Save danilogco/420d343c732a0039663ceeb76d7b63af to your computer and use it in GitHub Desktop.
Save danilogco/420d343c732a0039663ceeb76d7b63af to your computer and use it in GitHub Desktop.
Clean poetry
find ~/.cache/pypoetry -name '*.lock' -type f -delete
poetry env remove --all
poetry cache clear --all .
rm -rf $(poetry config cache-dir)/artifacts
poetry config keyring.enabled false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment