Skip to content

Commit 3d73709

Browse files
committed
fix: revert python fixes and rely on CI fixes
1 parent e28fb3b commit 3d73709

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/brew-install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ brew link --overwrite node@20
1515
brew install [email protected]
1616
brew link --overwrite [email protected]
1717

18-
PYTHON3_PATH=$(brew --prefix [email protected])/bin/python3
19-
ln -sf "$PYTHON3_PATH" /opt/homebrew/bin/python3
20-
21-
export PYTHON="$PYTHON3_PATH"
22-
23-
echo "Python version: $(python3 --version)"

0 commit comments

Comments
 (0)