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
+1 -1
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 {