| Author: | Jyrki Pulliainen / Spotify AB <jyrki@spotify.com> |
|---|---|
| Copyright: | Copyright (C) 2013, Spotify AB. Licensed under the GNU General Public License version 2 or later |
| Manual section: | 1 |
| Manual group: | DebHelper |
dh-virtualenv [OPTIONS]
dh-virtualenv is a tool that aims to combine Debian packaging with self-contained virtualenv based Python deployments. To do this, the package extends debhelper’s sequence by providing a new command in sequence, dh_virtualenv, which effectively replaces following commands from the sequence:
- dh_auto_install
- dh_python2
- dh_pycentral
- dh_pysupport
In the sequence the dh_virtualenv is inserted right after dh_perl.
| -p PACKAGE, --package=PACKAGE | |
| Act on the package named PACKAGE | |
| -N PACKAGE, --no-package=PACKAGE | |
| Do not act on the specified PACKAGE | |
| -v, --verbose | Turn on verbose mode. |
| --extra-index-url | |
| Pass extra index URL to pip | |
| --preinstall=PACKAGE | |
| Preinstall a PACKAGE before running pip. | |
| --pypi-url | Base URL for PyPI server. |
| --setuptools | Use setuptools instead of distribute. |
Online documentation can be found at http://dh-virtualenv.readthedocs.org/en/latest.
This package should also ship with documentation under /usr/share/doc/dh-virtualenv.