Replies: 1 comment 3 replies
-
SGTM, but it will be read-only from CLI |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In PDM 2.0, there are two "layers" of configuration as far as I see (ranked by descending priority):
I'm proposing to add a third layer, located at
platformdirs.site_config_dir("pdm")
which serves as the lowest-priority layer.Why would this be helpful?
For multi-user setups, it would make sense for the system administrator to set some default settings, e.g. the default Python path or a potential PyPI mirror.
What do you think of this?
Beta Was this translation helpful? Give feedback.
All reactions