python-virtualenv 15.1.0+ds-1 source package in Ubuntu
Changelog
python-virtualenv (15.1.0+ds-1) unstable; urgency=medium * New upstream release. -- Barry Warsaw <email address hidden> Thu, 01 Dec 2016 18:08:39 -0500
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_15.1.0+ds-1.dsc | 2.5 KiB | 328815a500520d91675ff28efaffe580a4a123e96a0a0dc8ce2f9ceac3427772 |
python-virtualenv_15.1.0+ds.orig.tar.gz | 86.2 KiB | 116e2771ca1dfadfb774e49e9cce724c2d3ebb5a117d93f2af19c5134c4c109c |
python-virtualenv_15.1.0+ds-1.debian.tar.xz | 40.8 KiB | bf8686478414c9a06c703f4bb6f5fb7aae44bd8221c891ee8572087b26d3aeeb |
Available diffs
- diff from 15.0.3+ds-3 to 15.1.0+ds-1 (3.2 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.
.
This is the Python 2 version of the library.
- python3-virtualenv: No summary available for python3-virtualenv in ubuntu zesty.
No description available for python3-virtualenv in ubuntu zesty.
- 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.
.
This is the command line script and manpage.