Fix systems that removed python2 symlink

This commit is contained in:
Thiago Alves 2020-07-29 13:52:55 -07:00 committed by GitHub
parent ad9a70f432
commit 7a9051fba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function linux_install_deps {
automake libtool make git python2.7 \
sqlite3 cmake git curl
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
$1 python2 get-pip.py
$1 python2.7 get-pip.py
}
function install_py_deps {