Files
diskimage-builder/diskimage_builder/elements/pip-and-virtualenv/README.rst
Ian Wienand bfca36c772 Merge tag '1.25.2' into merge-branch
Release 1.25.2

Change-Id: I698bcf2e82117bd81649cd065a7af5cac85990c7
2017-02-02 11:20:00 +11:00

527 B

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.