diskimage-builder/elements/pip-and-virtualenv
Matthew Thode 66c90cac9b
add pkg-map to pip-and-virtualenv element
Add a pkg-map file so that Gentoo can avoid polluting the FS with
files not tracked in the package manager.

Changed the directory name so that the source-install method would
actually be disabled when DIB_INSTALLTYPE_pip_and_virtualenv=package
is set.  Also changed source-repository line to be consistent with
the element name.

Change-Id: I5225bd7113ff2588c755ad4cd4ae9a2d78fff196
2016-03-21 20:12:37 -05:00
..
install.d/pip-and-virtualenv-source-install add pkg-map to pip-and-virtualenv element 2016-03-21 20:12:37 -05:00
element-deps Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
package-installs.yaml Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
pkg-map add pkg-map to pip-and-virtualenv element 2016-03-21 20:12:37 -05:00
README.rst Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
source-repository-pip-and-virtualenv add pkg-map to pip-and-virtualenv element 2016-03-21 20:12:37 -05: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