<@U04S45AHA> With `PEX_TOOLS=1 reqs.pex venv --pip...
# general
p
@enough-analyst-54434 With
PEX_TOOLS=1 reqs.pex venv --pip some/path
, is there a way to control which version of pip+setuptools gets added to the venv? I'm guessing I need to modify creation of the reqs.pex to ensure it includes the right versions. And if it is simply the
EntireLockfile
, like pants does here, then I would need to somehow get those pip+setuptools requirements into the lockfile, right?