This commit is contained in:
hexcoder 2020-05-14 20:10:10 +02:00 committed by GitHub
parent 0495ded87d
commit 4ac06a4eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,8 @@ for i in $PYTHONBIN automake autoconf git $MAKECMD $TARCMD; do
done done
set -x set -x
ls -lR ~/.local ls -lRa /opt/pyenv
ls -lRa ~/.local
# some python version should be available now # some python version should be available now
PYTHONS="`command -v python3` `command -v python` `command -v python2`" PYTHONS="`command -v python3` `command -v python` `command -v python2`"
EASY_INSTALL_FOUND=0 EASY_INSTALL_FOUND=0