[issue44860] sysconfig's posix_user scheme has different platlib value to distutils's unix_user

STINNER Victor report at bugs.python.org
Tue Aug 10 07:11:00 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

sys.platlibdir was introduced to install libraries in /usr/lib64 rather than /usr/lib. I'm not sure if it should be used to install libraries in $HOME/.local/lib64 rather than $HOME/.local/lib. Previously, Fedora already used $HOME/.local/lib and $HOME/.local/lib64 is not in the sys.path.

Does the site module add $HOME/.local/lib64 to sys.path if it exists?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44860>
_______________________________________


More information about the Python-bugs-list mailing list