From 465e9cebd17891000c6aeba39b16bbfe57d39812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 Oct 2016 12:59:30 +0100 Subject: install_dependencies.sh: Fix get-pip.py execution --- install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_dependencies.sh b/install_dependencies.sh index c40e048..d82637c 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -81,7 +81,7 @@ fi pip --version 2>&1 > /dev/null if [ $? -ne 0 ]; then wget https://bootstrap.pypa.io/get-pip.py - $SUDO get-pip.py + $SUDO ./get-pip.py $SUDO rm get-pip.py fi -- cgit v1.2.1