Ionel Cristian Mărieș <[email protected]> added the comment: Alright so to get all the package paths, included distro-managed ones would be this right?
for scheme in sysconfig.get_scheme_names(): for name in ['purelib', 'platlib']: sysconfig.get_path(name, scheme) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41282> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
