summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
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