tripleo-image-elements/elements/pip-and-virtualenv
Gregory Haynes 01694b1547 Pin setuptools to <8.0
Setuptools 8.0 changed the way it parses version strings and many of our
openstack packages break when using it. Pinning this for now until our
packages are fixed.

Closes-Bug: #1402305

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

README.md

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.