hi all! I found `pants export` will clear out the ...
# general
j
hi all! I found
pants 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)
h
I believe this is fixed in 2.17.x
Or at least, I don't reproduce it in the latest 2.17.0rc5
which should become 2.17.0 stable soon
🙏 1