From 9ca028cf197c659d6cf2140af63260f28885e950 Mon Sep 17 00:00:00 2001 From: kritiksoman <33869270+kritiksoman@users.noreply.github.com> Date: Sun, 19 Jul 2020 09:27:09 +0530 Subject: [PATCH] Update installGimpML.sh --- gimp-plugins/installGimpML.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gimp-plugins/installGimpML.sh b/gimp-plugins/installGimpML.sh index b6b4a64..87099cd 100644 --- a/gimp-plugins/installGimpML.sh +++ b/gimp-plugins/installGimpML.sh @@ -12,6 +12,7 @@ if [ ! -d "gimpenv" ]; then wget https://bootstrap.pypa.io/get-pip.py alias python='python2' python get-pip.py + sudo apt-get install libpython2.7 elif [[ $(lsb_release -rs) == "10" ]]; then #for debian 10 wget https://bootstrap.pypa.io/get-pip.py