it looks like pants uses a single env for python, ...
# general
a
it looks like pants uses a single env for python, even if a single invocation of
./pants binary
includes multiple
python_binary
targets -- is there some way around it, have pants create a chroot per python_binary target? It even seems to mix the actual runner env with what is currently being built, at least when running tests, I also wonder if there's some way to create separation between those as well.