Bugfix: call python3 interpreter without minor version

This commit is contained in:
Lukas Klass 2020-05-25 16:59:15 +02:00
parent df13f2117a
commit 1c208db4dc
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
PYTHONPATH="${PYTHONPATH}:$(pwd)"
export PYTHONPATH
venv/bin/python3.7 esbo_etc/esbo-etc.py "$@"
venv/bin/python3 esbo_etc/esbo-etc.py "$@"