We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab6536 commit 3f25be6Copy full SHA for 3f25be6
1 file changed
install-poetry.py
@@ -141,8 +141,6 @@ def data_dir(version: Optional[str] = None) -> Path:
141
path = os.path.join(path, "pypoetry")
142
elif MACOS:
143
path = os.path.expanduser("~/Library/Application Support/pypoetry")
144
- if not os.path.isdir(path):
145
- path = os.path.expanduser("~/.config/pypoetry")
146
else:
147
path = os.getenv("XDG_DATA_HOME", os.path.expanduser("~/.local/share"))
148
0 commit comments