fedea46c9e
The current pip install script only checked for centos/fedora This causes setuptools errrors like (with pbr install): "SyntaxError: '<' operator not allowed in environment markers" Explictly list distro names in that situation Change-Id: I5c894ab6152acf5441231acc1215fe00967f4f31 |
||
---|---|---|
.. | ||
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.