Skip to main content

Python multi-version wrapper for virtualenv.

Project description

[Virtualenv](https://virtualenv.pypa.io/) is a great tool for creating isolated Python environments, for development or production installs.

One problem: It’s not always easy to create a development environment supporting multiple versions of Python. Particularly on a Mac, where there are implementation details keeping an environment from really handling two versions of Python.

This script fixes this annoying little problem, easily setting up a virtualenv to work with multiple versions of Python.

Installation

To install, run:

$ pip install virtualenv-multiver

Usage

Usage is simple. Simply run the script with the path and the list of Python versions. For example:

$ virtualenv-multiver my-environment 2.6 2.7 3.4

You can run this to create a new environment, or you can run it on an existing environment to convert it to a multi-Python environment.

Who’s using it?

We use virtualenv-multiver at [Beanbag](http://www.beanbaginc.com/) to help with the development and packaging of [Review Board](https://www.reviewboard.org/).

If you use virtualenv-multiver, let us know and we’ll add you to a shiny new list on this page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

virtualenv-multiver-0.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distributions

virtualenv_multiver-0.5-py2.7.egg (5.1 kB view hashes)

Uploaded Source

virtualenv_multiver-0.5-py2-none-any.whl (4.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page