feature request
i noticed that $XDG_CONFIG_HOME is supported on mac from this issue, but are there plans for it (or other variables from the xdg base directory specification) to be supported on linux? i ask because poetry still installs to $HOME/.poetry/bin even though i explicitly set $XDG_DATA_HOME. it would be great if configuration files would also be put in $XDG_CONFIG_HOME/poetry
i think it would be great for the behaviour to be consistent as possible between operating systems, especially considering that macos and gnu/linux are both *nix operating systems.
feature request
i noticed that
$XDG_CONFIG_HOMEis supported on mac from this issue, but are there plans for it (or other variables from the xdg base directory specification) to be supported on linux? i ask because poetry still installs to$HOME/.poetry/bineven though i explicitly set$XDG_DATA_HOME. it would be great if configuration files would also be put in $XDG_CONFIG_HOME/poetryi think it would be great for the behaviour to be consistent as possible between operating systems, especially considering that macos and gnu/linux are both *nix operating systems.