[issue1294959] Add sys.platlibdir and configure --with-platlibdir to use /usr/lib64 on Fedora and SuSE

STINNER Victor report at bugs.python.org
Mon Jun 8 12:37:59 EDT 2020


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

Oh, it seems like one of the changes merged in this issue broke the following use case if platlibdir is different than "lib":

    export PYTHONHOME=<Prefix>
    export PYTHONPATH=<Prefix>/lib/python3.9
    python3.9

See bpo-40854 "Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var".

----------

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


More information about the Python-bugs-list mailing list