Skip to content

Commit 834e226

Browse files
author
Brynley Llewellyn-Roux
committed
chore: lintfix
1 parent 9461d3e commit 834e226

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/brew-install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ brew link --overwrite node@20
1515
brew install [email protected]
1616
brew link --overwrite [email protected]
1717

18-
export PYTHON=$(brew --prefix [email protected])/bin/python3
18+
PYTHON_PATH=$(brew --prefix [email protected])
19+
20+
export "$PYTHON_PATH"/bin/python3
21+
1922
echo "Python version: $(python3 --version)"

0 commit comments

Comments
 (0)