Skip to content

Commit 734c763

Browse files
author
Brynley Llewellyn-Roux
committed
fix: force python variable
1 parent e86344e commit 734c763

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/brew-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ brew reinstall node@20
1414
brew link --overwrite node@20
1515
brew install [email protected]
1616
brew link --overwrite [email protected]
17+
18+
export PYTHON=$(brew --prefix [email protected])/bin/python3
19+
echo "Python version: $(python3 --version)"

0 commit comments

Comments
 (0)