There isn't a way to pass venv arguments to withPythonEnv. Some particularly useful ones are --clear, --without-pip, and --system-site-packages. I don't think pyenv needs to try too hard to back deploy these features to older Pythons, just a pass-through to venv and error if venv doesn't understand the arguments would be good enough.
Feature Request
There isn't a way to pass
venv
arguments towithPythonEnv
. Some particularly useful ones are--clear
,--without-pip
, and--system-site-packages
. I don't think pyenv needs to try too hard to back deploy these features to older Pythons, just a pass-through to venv and error if venv doesn't understand the arguments would be good enough.