From 4f577bbcabd81c5583303e368e22fe9e519103aa Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 20 Apr 2018 12:45:53 -0700 Subject: [PATCH] Include a >=10.0.1 for pip -U pip --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 13e930d..7a82923 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -19,7 +19,7 @@ if [ ! -d "$VENV_NAME" ]; then fi . "$VENV_NAME/bin/activate" -pip install -U pip +pip install -U 'pip>=10.0.1' pip install -r requirements.txt if [ "$ENV" != "production" ]; then