Fix python3 symlink

This commit is contained in:
2021-05-07 08:40:54 +02:00
parent c7c0430029
commit 1a690e94e3
4 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@
set -e
set -o pipefail
PYTHON=python3
PYTHON=python
while [ $# -gt 0 ]; do
case "$1" in
-python)

View File

@ -3,7 +3,7 @@
set -e
set -o pipefail
PYTHON=python3
PYTHON=python
while [ $# -gt 0 ]; do
case "$1" in
-python)