Message393018
I believe sysconfig.get_path('purelib') and sysconfig.get_path('platlib') should work for you.
> sysconfig.get_path('purelib')
/usr/lib/python3.9/site-packages
> sysconfig.get_path('platlib')
/usr/lib/python3.9/site-packages
(here it's the same path, but it is not guaranteed to be) |
|
| Date |
User |
Action |
Args |
| 2021-05-05 15:58:23 | FFY00 | set | recipients:
+ FFY00, brett.cannon, doko, paul.moore, jaraco, ncoghlan, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, ionelmc, petr.viktorin, methane, lukasz.langa, steve.dower, dstufft, p-ganssle, frenzy, pablogsal, hugovk, xtreak |
| 2021-05-05 15:58:23 | FFY00 | set | messageid: <[email protected]> |
| 2021-05-05 15:58:23 | FFY00 | link | issue41282 messages |
| 2021-05-05 15:58:22 | FFY00 | create | |
|