Message393023
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) |
|
| Date |
User |
Action |
Args |
| 2021-05-05 16:41:00 | ionelmc | set | recipients:
+ 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:41:00 | ionelmc | set | messageid: <[email protected]> |
| 2021-05-05 16:41:00 | ionelmc | link | issue41282 messages |
| 2021-05-05 16:41:00 | ionelmc | create | |
|