virtualenv
This is based on the rewrite branch of virtualenv: https://github.com/pypa/virtualenv/tree/rewrite
What pythons are currently supported in this fork:
Python 2.6
PyPy
PyPy3 (on Windows it doesn’t really work cause pip is broken on the 2.4.0 release)
Python 2.6
Python 2.7
Python 3.2 (tested but unsupported, check test results for exact situation)
Python 3.3
Python 3.4
What’s currently tested (on Windows and Linux
):
creation
recreation
--system-site-packages (incl. ordering of sites)
.pth support
bin scripts
tox integration
C extensions compile properly inside
Debian-flavored linuxes are also supported (with their messy patches on site.py/distutils/sysconfig).
What’s missing:
No symlinks or hardlinks, just dumb copies.
Relocation support (it wasn’t really supported in legacy virtualenv anyway).
You tell me …
Try it
Option 1: release from alternate index
The alternate index: https://anaconda.org/ionelmc/virtualenv
To install:
pip install -i https://pypi.anaconda.org/ionelmc/simple virtualenv
Option 2: development version
pip install --ignore-installed https://github.com/ionelmc/virtualenv/archive/develop.zip
Option 3: release with different name
There’s an alternative package on PyPI: virtualenv-rewrite:
pip install virtualenv-rewrite
Docs
For the old documentation, see https://virtualenv.pypa.io/
Changelog
14.1.0 (2015-10-02)
Update bundled setuptools to 18.3.2.
Update bundled wheel to 0.26.0.
Fixed issues with case normalization on Windows (some paths weren’t properly case-normalized).
14.0.0 (2015-09-15)
Initial PyPI release.
Release files for virtualenv-rewrite 14.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| virtualenv-rewrite-14.7.0.tar.gz | 1.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| virtualenv_rewrite-14.7.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 3.5 MB
Release files / virtualenv-rewrite-14.7.0.tar.gz
| Download URL | virtualenv-rewrite-14.7.0.tar.gz |
|---|---|
| Size | 1.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08af5c8e6f60c49dfb4159313334f8b1b9eec6c2cd7e1e8c047349d0761124e8
|
|
BLAKE2b-256 checksum How to use checksums |
155757fd5253fa0f337c0c9243242f7699e2a75bd56c91be6d4f312902d05a52
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / virtualenv_rewrite-14.7.0-py2.py3-none-any.whl
| Download URL | virtualenv_rewrite-14.7.0-py2.py3-none-any.whl |
|---|---|
| Size | 1.7 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
df1d16b688d75d9a43a8cd9707f81ee8f6546e5cec3bbfbea4c28690e5c4aabf
|
|
BLAKE2b-256 checksum How to use checksums |
dd9f6648ca3f91fc373c30ac8903e8bd054cd46c4b3a20d7319a20b9e7ef118a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |