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.
2 parents 648d718 + 6d059ba commit e50f6b2Copy full SHA for e50f6b2
app/start.sh
@@ -17,7 +17,7 @@ if [ $? -ne 0 ]; then
17
fi
18
19
echo 'Creating python virtual environment "backend/backend_env"'
20
-python -m venv backend/backend_env
+python3 -m venv backend/backend_env
21
22
echo ""
23
echo "Restoring backend python packages"
scripts/prepdocs.sh
@@ -12,7 +12,7 @@ $(azd env get-values)
12
EOF
13
14
echo 'Creating python virtual environment "scripts/.venv"'
15
-python -m venv scripts/.venv
+python3 -m venv scripts/.venv
16
echo 'Installing dependencies from "requirements.txt" into virtual environment'
./scripts/.venv/bin/python -m pip install -r scripts/requirements.txt
0 commit comments