tripleo-image-elements/elements/pip-and-virtualenv
Gregory Haynes dad3c0ccf1 Migrate to package-installs scripts
Migrating install-packages commands to package-installs-* scripts where
possible.

This patch is broken up into multiple parts to minimize impact and
review overhead.

Change-Id: Idd1be32149e7238d53d04a34170c5029dda83f1f
2014-11-05 01:38:05 -08:00
..
install.d Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
element-deps Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
README.md Install latest version of pip and virtualenv 2014-03-10 10:06:59 +00:00
source-repository-pip-and-virtualenv Change URL to get-pip.py 2014-04-26 00:42:31 +01:00

Install latest pip and virtualenv

We have problems with the latest binary package of pip and virtualenv. Packaged version of pip can be old and virtualenv can also contain its own version of pip. Issues include downloading packages from a local pypi mirror that include a wheel package for pip.

The element follows the instructions from the pip website here: http://www.pip-installer.org/en/latest/installing.html on how to install the latest version of pip. That is to download get-pip.py and run this file.

We use source-repositories element to download the file so it will be cached and can be overridden to use package if that is required.