From 7a9051fba3d4d888dfb97fcb5463bff23baae602 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Wed, 29 Jul 2020 13:52:55 -0700 Subject: [PATCH] Fix systems that removed python2 symlink --- background_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_installer.sh b/background_installer.sh index 03e0cf6..43d866a 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -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 {