Skip to content

Commit 138bd20

Browse files
committed
Update configure for python2 support
Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent 54cb84f commit 138bd20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818

1919

2020
if [[ "$PYTHON_EXE" == "" ]]; then
21-
PYTHON_EXE=python3
21+
PYTHON_EXE=python
2222
fi
2323

2424

0 commit comments

Comments
 (0)