Open
Description
❯ export XDG_DATA_DIRS=/usr/share:/usr/local/share
❯ ptpython
In [1]: from platformdirs import site_data_path
In [2]: site_data_path(multipath=True)
PosixPath('/usr/share')
Why not
In [2]: site_data_path(multipath=True)
[PosixPath('/usr/share'), PosixPath('/usr/local/share')]
Related issue: NixOS/nixpkgs#282076
Metadata
Metadata
Assignees
Labels
No labels