tripleo-image-elements/elements/pip-and-virtualenv
James Slagle 217292a30c Add missing +x
Change-Id: Ied1529b287492322e59cca136827b515d98ebdda
2014-06-02 09:06:21 -04:00
..
install.d Add missing +x 2014-06-02 09:06:21 -04:00
README.md Install latest version of pip and virtualenv 2014-03-10 10:06:59 +00:00
element-deps 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

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.