Skip to content

Commit

Permalink
install_dependencies.sh: Fix get-pip.py execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jjardon committed Oct 13, 2016
1 parent 437749a commit 465e9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 465e9ce

Please sign in to comment.