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 d0252a0 commit c563afeCopy full SHA for c563afe
packaging/pre_build_script_arm64.sh
@@ -51,7 +51,7 @@ ls -la "$SRC_PATH"
51
python -m pip install --upgrade pip
52
python -m venv .venv
53
echo "*" > .venv/.gitignore
54
-source .venv/bin/activate
+source .venv/Scripts/activate
55
56
which python
57
0 commit comments