Hey guys, I've got a situation where we build a pe...
# pex
f
Hey guys, I've got a situation where we build a pex and then when we try to run it, we get errors that a certain wheel file doesn't exist in
~/.pex/install
. The file does in fact exist in the built pex though. Why would
~/.pex/install
be checked at runtime? I thought that was just a cache used when building pex files. Any idea where I might look to track down the issue? This is the resolver right?