6a40b60717
This element does some funky stuff WRT python2 vs python3 so lets get some multi-distro testing in place. Change-Id: I1e3c3bfa0a109419d4cbee7fa32a18392b7e1a93 |
||
---|---|---|
.. | ||
install.d/pip-and-virtualenv-source-install | ||
test-elements | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
README.rst | ||
source-repository-pip-and-virtualenv |
================== 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.