Created
September 9, 2024 22:54
-
-
Save danilogco/420d343c732a0039663ceeb76d7b63af to your computer and use it in GitHub Desktop.
Clean poetry
This file contains hidden or 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
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