# virtualenv-multiver — Multi-Python Virtual Environments
   
**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.