jolly-kite-53356
08/26/2023, 8:34 PMpants export will clear out the existing environments under dist/export. How can I export multiple environments at the same time? I know we can specify multiple resolve, but what about all the tools (black, pytest, etc)? If I do pants export, it’ll generage dist/export/python/virtualenvs/tools/black/bin which is nice and clean, but if I specify all the tools as resolve with other resolves I have, it’ll generate something like dist/export/python/virtualenvs/black/3.10.9/bin which has a version number in the path (which means it’ll get updates at some day and I’ll need to modify my IDE settings for the new path)happy-kitchen-89482
08/27/2023, 12:31 AMhappy-kitchen-89482
08/27/2023, 12:31 AMhappy-kitchen-89482
08/27/2023, 12:32 AM