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 e4669d7 commit 1896002Copy full SHA for 1896002
mac/fix-mac-venv.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Get absolute path of the current directory
4
-VENV_DIR="./py313-mac"
+VENV_DIR="./runtime"
5
NEW_VENV_PATH="$(cd "$VENV_DIR" && pwd)"
6
PYTHON_BIN="$NEW_VENV_PATH/bin/python3"
7
0 commit comments