diskimage-builder/elements/pip-and-virtualenv
Gregory Haynes 6a40b60717 Create ubuntu/fedora test for pip-and-virtualenv
This element does some funky stuff WRT python2 vs python3 so lets get
some multi-distro testing in place.

Change-Id: I1e3c3bfa0a109419d4cbee7fa32a18392b7e1a93
2016-12-15 18:00:41 +00:00
..
install.d/pip-and-virtualenv-source-install Pip install as 10- incompatible with 05-heat-cfntools 2016-12-14 20:50:00 +00:00
test-elements Create ubuntu/fedora test for pip-and-virtualenv 2016-12-15 18:00:41 +00:00
element-deps Fix pip-and-virtualenv to work with python3 2016-12-14 17:14:02 +11:00
package-installs.yaml Fix pip-and-virtualenv to work with python3 2016-12-14 17:14:02 +11:00
pkg-map Fix pip-and-virtualenv to work with python3 2016-12-14 17:14:02 +11:00
README.rst Pip install as 10- incompatible with 05-heat-cfntools 2016-12-14 20:50:00 +00:00
source-repository-pip-and-virtualenv add pkg-map to pip-and-virtualenv element 2016-03-21 20:12:37 -05:00

==================
pip-and-virtualenv
==================

This element installs pip and virtualenv in the image. If the package
installtype is used then these programs are installed from distribution
packages. If the source installtype is used these programs are installed
from get-pip.py and pip (respectively).

To install pip and virtualenv from package:

  export DIB_INSTALLTYPE_pip_and_virtualenv=package

Any element that uses these commands must be designated as
05-* or higher to ensure that they are first installed.