This might be more of a pex question but I'm tryin...
# general
a
This might be more of a pex question but I'm trying to use this
venv create
tool from the pex tools, but it doesn't look it's available from the pex I'm generating from pants? I even bumped the
pex-cli
version to the latest pex version but I still don't see it when I run
PEX_TOOLS=1 dist/my.pex venv --help
. Am I missing something obvious?
1
Ah it's a different command -
pex3
vs
pex
.
👆 1