What is the difference between venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc. | Better Stack Community
venv is Python build-in module; pyvenv is Python script on top of venv. pyenv is a OS-level thing. All of them allow to create virtual environments