【发布时间】:2022-10-19 04:04:28
【问题描述】:
我已经使用python-poetry 一年多了。
poetry 1.2.0 发布后,我收到这样的信息警告:
Configuration file exists at ~/Library/Application Support/pypoetry,
reusing this directory.
Consider moving configuration to ~/Library/Preferences/pypoetry,
as support for the legacy directory will be removed in an upcoming release.
但在文档中,它仍然适用于 macOS:~/Library/Application Support/pypoetry
https://python-poetry.org/docs/configuration/
我的问题是,如果~/Library/Preferences/pypoetry 是最新的决定,我应该怎么做才能将配置移到那里?
只是复制粘贴就够了吗?
【问题讨论】:
-
是的@MarekR,你是对的。在locations.py 中也提到了它。非常感谢。
标签: python python-poetry