python-virtualenv 1.11-2 source package in Ubuntu
Changelog
python-virtualenv (1.11-2) unstable; urgency=medium * Patch the bundled pip to handle a missing/non-writeable $HOME. (Closes: #735806) -- Stefano Rivera <email address hidden> Sat, 18 Jan 2014 17:13:25 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-virtualenv_1.11-2.dsc | 2.1 KiB | c957eaedda9000a0084959e8ba814e5b89ff98cd3c9c0effb76bc2b7357ddce9 |
python-virtualenv_1.11.orig.tar.gz | 1.5 MiB | c2cdd26de719760508ff1c440adbb058fce25a35b334a80e917d951d8f45aef6 |
python-virtualenv_1.11-2.debian.tar.xz | 38.7 KiB | cf399919b940d431c205a80e82a430df98fa63e510c5587edf422d8290f614ba |
Available diffs
- diff from 1.11-1 to 1.11-2 (1.6 KiB)
No changes file available.
Binary packages built by this source
- python-virtualenv: Python virtual environment creator
The virtualenv utility creates virtual Python instances, each invokable
with its own Python executable. Each instance can have different sets
of modules, installable via easy_install. Virtual Python instances can
also be created without root access.