diskimage-builder/elements/pip-and-virtualenv
Gregory Haynes 6ddbb457d6 Move pip-and-virtualenv source install to 10-
We currently have this as a 01- script which causes it to race with
package-installs (the deps are installed after the script runs).

Change-Id: I7b04b4c186eaae783b8e2bda1aa724c0d7823eab
2016-12-14 11:07:12 +11:00
..
install.d/pip-and-virtualenv-source-install Move pip-and-virtualenv source install to 10- 2016-12-14 11:07:12 +11:00
element-deps Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
package-installs.yaml elements: pip-and-virtualenv: Add python-xml dependency 2016-11-21 15:54:18 +00:00
pkg-map elements: pip-and-virtualenv: Add python-xml dependency 2016-11-21 15:54:18 +00:00
README.rst Add pip-and-virtualenv element 2016-01-06 18:39:19 +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