Skip to content

Commit 9ca028c

Browse files
authored
Update installGimpML.sh
1 parent 4cb290f commit 9ca028c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gimp-plugins/installGimpML.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if [ ! -d "gimpenv" ]; then
1212
wget https://bootstrap.pypa.io/get-pip.py
1313
alias python='python2'
1414
python get-pip.py
15+
sudo apt-get install libpython2.7
1516

1617
elif [[ $(lsb_release -rs) == "10" ]]; then #for debian 10
1718
wget https://bootstrap.pypa.io/get-pip.py

0 commit comments

Comments
 (0)