Pyenv plugin to create and manage isolated Python virtual environments
Pyenv plugin to manage virtualenv
pyenv
$ pyenv virtualenv 3.11.0 my-project-3.11
$ pyenv activate my-project-3.11
$ pyenv virtualenvs