summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2019-01-30 14:21:36 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2019-01-30 14:21:36 +0000
commit2cde2edfc88c7c412b186fb46983353b344e5a95 (patch)
tree310355cf20f86f705ee82aa00c25632cfeba109e
parent94ed3c2f4145d4b1c3a21b4f23dda70166280370 (diff)
downloadybd-ps-force-pip-dependencies.tar.gz
Ensure recent pip versions actually install dependenciesps-force-pip-dependencies
-rwxr-xr-xinstall_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 603d10a..fdbbad5 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -92,4 +92,4 @@ fi
$SUDO pip install -U pip
-$SUDO pip install -U -r requirements.freeze.txt
+$SUDO pip install --ignore-installed -U -r requirements.freeze.txt