Skip to content

Instantly share code, notes, and snippets.

@ArthurKun21
Created September 10, 2023 06:21
Show Gist options
  • Save ArthurKun21/2dbc601607c9a970b34d23ce738acdaf to your computer and use it in GitHub Desktop.
Save ArthurKun21/2dbc601607c9a970b34d23ce738acdaf to your computer and use it in GitHub Desktop.
Change poetry cache directory on windows

Poetry config Link

List down the config list

poetry config --list

Change the config

poetry config cache-dir <new-directory-path>

Check if the config have changed

poetry config --list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment