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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file virtualenv-multiver-0.5.tar.gz.
File metadata
- Download URL: virtualenv-multiver-0.5.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e17e137c4964e2594fe90cf300e21e7ba2a5fa2209eb0beda415d00055eb4fd
|
|
| MD5 |
5416e2960e08085df488bff6ac408de5
|
|
| BLAKE2b-256 |
05c84a3188877c6eff8f8ffe0c2c2a6f9a7d31b46e14fb13c7a61425dfa1d4a3
|
File details
Details for the file virtualenv_multiver-0.5-py2.7.egg.
File metadata
- Download URL: virtualenv_multiver-0.5-py2.7.egg
- Upload date:
- Size: 5.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e751b85e5fedd68562c3b8bb717301ef088fb36889d3b6f6dd566f8b4ca98647
|
|
| MD5 |
cca90d0d235c47c6aa4ae84570085f75
|
|
| BLAKE2b-256 |
05c709c6bba0df88185c9c59795b48cd6ce78d474f8b4e5ffe3ee0d4a95c9ee7
|
File details
Details for the file virtualenv_multiver-0.5-py2-none-any.whl.
File metadata
- Download URL: virtualenv_multiver-0.5-py2-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36b85b1cc8516d787bcd858c292d8cd0aad2277450656a3d87975b896cb392dd
|
|
| MD5 |
547fb2bf9954f97ab620cfc130cff896
|
|
| BLAKE2b-256 |
2d88fceee5996eac1ba2c20dac865b06b80482d0b057684347d4ac0132c6b61d
|