Skip to content

Commit

Permalink
Merge branch 'james/chmod_pip' into 'master'
Browse files Browse the repository at this point in the history
Make get-pip executable

Allows you to actually run the get-pip script

See merge request !251
  • Loading branch information
devcurmudgeon committed Oct 13, 2016
2 parents 3cdf9bd + a7a8f41 commit 57ae275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ fi
pip --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 rm get-pip.py
fi
Expand Down

0 comments on commit 57ae275

Please sign in to comment.