From 6ddbb457d642fc8bee3cfb441b1f2376ccae0d38 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Wed, 7 Dec 2016 11:58:05 -0800 Subject: [PATCH] Move pip-and-virtualenv source install to 10- We currently have this as a 01- script which causes it to race with package-installs (the deps are installed after the script runs). Change-Id: I7b04b4c186eaae783b8e2bda1aa724c0d7823eab --- .../{01-install-pip => 10-install-pip} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/{01-install-pip => 10-install-pip} (100%) diff --git a/elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/01-install-pip b/elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/10-install-pip similarity index 100% rename from elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/01-install-pip rename to elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/10-install-pip