To answer this: sysconfig
reflects the paths that CPython uses (primarily in make install
and getpath.c
), rather than defining them. So changes to sysconfig
will usually require changes elsewhere in order to be consistent, because there’s no single source of truth.
1 Like