We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb290f commit 9ca028cCopy full SHA for 9ca028c
gimp-plugins/installGimpML.sh
@@ -12,6 +12,7 @@ if [ ! -d "gimpenv" ]; then
12
wget https://bootstrap.pypa.io/get-pip.py
13
alias python='python2'
14
python get-pip.py
15
+ sudo apt-get install libpython2.7
16
17
elif [[ $(lsb_release -rs) == "10" ]]; then #for debian 10
18
0 commit comments