Skip to content

Commit ef75140

Browse files
committed
fix: bugfix
1 parent c9174e5 commit ef75140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/brew-install.sh

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

18-
PYTHON_PATH=$(brew --prefix [email protected])
18+
PYTHON=$(brew --prefix [email protected])/bin/python3
1919

20-
export "$PYTHON_PATH"/bin/python3
20+
export PYTHON
2121

2222
echo "Python version: $(python3 --version)"

0 commit comments

Comments
 (0)