diskimage-builder/diskimage_builder/elements/pip-and-virtualenv
Corey O'Brien 0ea7e927de Fix typo in pip-and-virtualenv
Change-Id: I3058b45fff037106eba0267fd6629707a5ebb8b1
2017-04-06 10:19:40 -04:00
..
install.d/pip-and-virtualenv-source-install Fix typo in pip-and-virtualenv 2017-04-06 10:19:40 -04: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.