pyenv-virtualenvwrapper

Bridges pyenv and virtualenvwrapper for seamless Python environment management

brewmacoslinux
Try with needOr install directly
Source

About

Alternative to pyenv for managing virtualenvs

Commands

pyenv

Examples

Create a new virtual environment with a specific Python version$ pyenv virtualenvwrapper_eval
List all virtual environments managed by pyenv-virtualenvwrapper$ mkvirtualenv -p ~/.pyenv/versions/3.9.0/bin/python myenv
Activate a virtual environment created with pyenv$ workon myenv