Skip to content

Commit

Permalink
Use "python3" as the executable when installing deps (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond Manca authored Dec 9, 2020
1 parent 2ef2082 commit 7a6fd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BIN="$VENV/bin/"

set -x

python -m venv $VENV
python3 -m venv $VENV

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

0 comments on commit 7a6fd09

Please sign in to comment.