diskimage-builder/diskimage_builder/elements/pip-and-virtualenv
Ian Wienand 7a155e08bf Merge branch 'master' into merge-branch
Change-Id: I28e4c7837d84e8b66eff3d182666c5a87a9e3c9b
2017-02-09 13:35:53 +11:00
..
install.d/pip-and-virtualenv-source-install Merge branch 'master' into merge-branch 2017-02-09 13:35:53 +11:00
test-elements Merge branch 'master' into merge-branch 2017-02-09 13:35:53 +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
README.rst Release 1.25.2 2017-02-02 11:20:00 +11:00
source-repository-pip-and-virtualenv Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07: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.