diskimage-builder/diskimage_builder/elements/pip-and-virtualenv
Ian Wienand f1776d72aa Merge branch 'master' into merge-branch
Change-Id: Ib3c4b0030c94459a8c2eca836a16e42edf1accd4
2017-03-02 13:49:29 +11:00
..
install.d/pip-and-virtualenv-source-install Merge branch 'master' into merge-branch 2017-03-02 13:49:29 +11:00
test-elements Merge branch 'master' into merge-branch 2017-02-09 13:35:53 +11:00
README.rst Release 1.25.2 2017-02-02 11:20:00 +11:00
element-deps Release 1.25.2 2017-02-02 11:20:00 +11:00
package-installs.yaml Release 1.25.2 2017-02-02 11:20:00 +11:00
pkg-map Release 1.27.0 2017-02-03 11:49:45 +11:00
source-repository-pip-and-virtualenv Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00

README.rst

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.