This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ionelmc
Recipients Arfrever, FFY00, brett.cannon, christian.heimes, doko, dstufft, eric.araujo, frenzy, hugovk, ionelmc, jaraco, lukasz.langa, methane, ncoghlan, ned.deily, p-ganssle, pablogsal, paul.moore, petr.viktorin, steve.dower, vstinner, xtreak
Date 2021-05-05.16:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620231010.59.0.402489517874.issue41282@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2021-05-05 16:10:10ionelmcsetrecipients: + ionelmc, brett.cannon, doko, paul.moore, jaraco, ncoghlan, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, petr.viktorin, methane, lukasz.langa, steve.dower, dstufft, p-ganssle, frenzy, pablogsal, hugovk, xtreak, FFY00
2021-05-05 16:10:10ionelmcsetmessageid: <1620231010.59.0.402489517874.issue41282@roundup.psfhosted.org>
2021-05-05 16:10:10ionelmclinkissue41282 messages
2021-05-05 16:10:10ionelmccreate