summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-03 12:14:42 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-14 17:25:03 +0000
commit7022efaf39713308183e580ff1a4f651b9e11232 (patch)
tree0f5b2d3f237e187dc9ffaa75ef5e727f79d482a2
parent4ea4ea708bece5c70254ebd6a834ab715305988b (diff)
downloadybd-jjardon/lc/py3.4.tar.gz
install_dependencies.sh: Use 'python3 get-pip.py'jjardon/lc/py3.4
-rwxr-xr-xinstall_dependencies.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index af92859..a69a8f2 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -96,8 +96,7 @@ fi
pip3 --version 2>&1 > /dev/null
if [ $? -ne 0 ]; then
wget https://bootstrap.pypa.io/get-pip.py
- chmod +x get-pip.py
- $SUDO ./get-pip.py
+ $SUDO python3 get-pip.py
$SUDO rm get-pip.py
fi