Skip to content

Commit

Permalink
Update installGimpML.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kritiksoman authored Jul 19, 2020
1 parent 4cb290f commit 9ca028c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gimp-plugins/installGimpML.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ca028c

Please sign in to comment.