Ionel Cristian Mărieș <cont...@ionelmc.ro> added the comment: That seems fine, tho for some of distros that do lots of python customizations (tried the docker ubuntu image for 18.04.3) it get a bit strange:
Python 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sysconfig >>> import distutils.sysconfig >>> sysconfig.get_path('platlib') '/usr/lib/python3.6/site-packages' >>> sysconfig.get_path('purelib') '/usr/lib/python3.6/site-packages' >>> distutils.sysconfig.get_python_lib() '/usr/lib/python3/dist-packages' ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41282> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com