Open tacaswell opened 4 years ago
follow up to #603 .
It seems like we should be able to at least cover the PYTHON_INSTALL/etc/ path on windows.
PYTHON_INSTALL/etc/
This maybe a problem that appdirs will "just fix" for us...
appdirs
Agree with this. A common package should handle possible locations of such files in OS-agnostic way.
:+1: for relying on appdirs here
follow up to #603 .
It seems like we should be able to at least cover the
PYTHON_INSTALL/etc/
path on windows.This maybe a problem that
appdirs
will "just fix" for us...