Loading scripts/ahisto-ocr +3 −3 Original line number Diff line number Diff line Loading @@ -3,15 +3,15 @@ set -e BASE="$(dirname "$(readlink -f "$0")")" AHISTO_OCR="$BASE"/ocr CACHE="$BASE"/.ahisto-ocr_tmp AHISTO_OCR="$BASE"/.. CACHE="$BASE"/scripts/.ahisto-ocr_tmp VIRTUALENV="$CACHE"/virtualenv-$(hostname) if ! [ -e "$VIRTUALENV" ] then echo Installing ahisto-ocr in "$VIRTUALENV" trap 'rm -rf "$VIRTUALENV"' EXIT mkdir -p "$CACHE" mkdir "$CACHE" python3 -m venv "$VIRTUALENV" source "$VIRTUALENV"/bin/activate pip install -U pip wheel setuptools Loading Loading
scripts/ahisto-ocr +3 −3 Original line number Diff line number Diff line Loading @@ -3,15 +3,15 @@ set -e BASE="$(dirname "$(readlink -f "$0")")" AHISTO_OCR="$BASE"/ocr CACHE="$BASE"/.ahisto-ocr_tmp AHISTO_OCR="$BASE"/.. CACHE="$BASE"/scripts/.ahisto-ocr_tmp VIRTUALENV="$CACHE"/virtualenv-$(hostname) if ! [ -e "$VIRTUALENV" ] then echo Installing ahisto-ocr in "$VIRTUALENV" trap 'rm -rf "$VIRTUALENV"' EXIT mkdir -p "$CACHE" mkdir "$CACHE" python3 -m venv "$VIRTUALENV" source "$VIRTUALENV"/bin/activate pip install -U pip wheel setuptools Loading