pyenv-virtualenv

Pyenv plugin to create and manage isolated Python virtual environments

brewmacoslinux
Try with needOr install directly
Source

About

Pyenv plugin to manage virtualenv

Commands

pyenv

Examples

Create a new virtual environment for Python 3.11$ pyenv virtualenv 3.11.0 my-project-3.11
Activate a virtual environment$ pyenv activate my-project-3.11
List all created virtual environments$ pyenv virtualenvs