# virtualenv-multiver — Multi-Python Virtual Environments ![Latest Release](https://img.shields.io/pypi/v/virtualenv-multiver) ![License](https://img.shields.io/badge/license-MIT-green.svg) ![Review Board](https://img.shields.io/badge/Review%20Board-d0e6ff?label=reviewed%20with) ![Python](https://img.shields.io/pypi/pyversions/virtualenv-multiver) **GitHub:** https://github.com/beanbaginc/virtualenv-multiver **PyPI:** https://pypi.org/project/virtualenv-multiver **Status:** Under active development / released / used in production `virtualenv-multiver` is a wrapper around [virtualenv](https://virtualenv.pypa.io/en/latest/), the standard tool for creating isolated Python environments. It's built to allow multiple versions of Python to be usable within a single environment. This is really handy when you're doing development and testing across a range of Python versions, and you don't want to have to juggle your active environment for every version. It also comes with a handy tool called `pydo`, which can run a Python/Pip command across a range of Python versions.