We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2082 commit 7a6fd09Copy full SHA for 7a6fd09
scripts/install
@@ -5,7 +5,7 @@ BIN="$VENV/bin/"
5
6
set -x
7
8
-python -m venv $VENV
+python3 -m venv $VENV
9
10
${BIN}pip install -U pip
11
${BIN}pip install -r requirements.txt
0 commit comments