[issue38949] incorrect prefix, exec_prefix in distutils.command.install

Xavier de Gaye report at bugs.python.org
Mon Dec 9 09:16:57 EST 2019


Xavier de Gaye <xdegaye at gmail.com> added the comment:

get_config_vars() defined in distutils.sysconfig sets 'prefix' and 'exec_prefix' using sys.prefix (resp. sys.exec_prefix) on non nt platforms so there is no problem. Closing the issue as not a bug.

----------
resolution:  -> not a bug
stage: needs patch -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list