Skip to content

Commit 10f23ba

Browse files
committed
Fix path to get-pip.py
1 parent 2b6edca commit 10f23ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function patch_sys_python {
205205
function system_install_pip {
206206
# Install pip into system python
207207
curl -LO $GET_PIP_URL
208-
sudo python get_pip.py
208+
sudo python get-pip.py
209209
PIP_CMD="sudo /usr/local/bin/pip"
210210
}
211211

0 commit comments

Comments
 (0)