Update installGimpML.sh

pull/30/head v1.0
kritiksoman 4 years ago committed by GitHub
parent 4cb290fc71
commit 9ca028cf19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save