Skip to content

Commit 1896002

Browse files
committed
Fix Script Fix
1 parent e4669d7 commit 1896002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mac/fix-mac-venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Get absolute path of the current directory
4-
VENV_DIR="./py313-mac"
4+
VENV_DIR="./runtime"
55
NEW_VENV_PATH="$(cd "$VENV_DIR" && pwd)"
66
PYTHON_BIN="$NEW_VENV_PATH/bin/python3"
77

0 commit comments

Comments
 (0)