Skip to content

Commit 7a6fd09

Browse files
author
Florimond Manca
authored
Use "python3" as the executable when installing deps (#22)
1 parent 2ef2082 commit 7a6fd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BIN="$VENV/bin/"
55

66
set -x
77

8-
python -m venv $VENV
8+
python3 -m venv $VENV
99

1010
${BIN}pip install -U pip
1111
${BIN}pip install -r requirements.txt

0 commit comments

Comments
 (0)