If you build two pexes for two different binaries,...
# pex
h
If you build two pexes for two different binaries, they might have a different set of 3rdparty dependencies, so they each run their own requirement resolve step (this part is delegated to
pip
under the covers).