When I activate one of the pex venvs (from ~/.pex/...
# pex
h
When I activate one of the pex venvs (from ~/.pex/venvs/) in a terminal in order to explore/debug, for some reason running
python
in that venv doesn't run the venv python but the pyenv shim one.
which python
shows me the pyenv shim, even though the venv's bin dir preceeds it on the PATH (as set by the
activate
script)