1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/aminoacid-z3

Клонировать/Скачать
configure 418
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Nuno Lopes Отправлено 16.05.2020 22:07 0313cf6
#!/bin/sh
if test -z $PYTHON; then
PYTHON=python
fi
if ! which $PYTHON > /dev/null; then
echo "'$PYTHON' not found. Try to set the environment variable PYTHON."
exit 1
fi
if ! $PYTHON -c "print('testing')" > /dev/null ; then
echo "'$PYTHON' failed to execute basic test script. Try to set the environment variable PYTHON with a working Python interpreter."
exit 1
fi
$PYTHON scripts/mk_make.py "$@"

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/aminoacid-z3.git
git@api.gitlife.ru:oschina-mirror/aminoacid-z3.git
oschina-mirror
aminoacid-z3
aminoacid-z3
master