Skip to content

Commit 3bddf62

Browse files
committed
fix: use --force for linking python
1 parent d634206 commit 3bddf62

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

scripts/brew-install.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ export HOMEBREW_NO_ANALYTICS=1
1313
brew reinstall node@20
1414
brew link --overwrite node@20
1515
brew install [email protected]
16-
brew link --overwrite [email protected]
17-
18-
PYTHON=$(brew --prefix [email protected])/bin/python3
19-
PYTHONPATH=$PYTHON
20-
PYTHON_PATH=$PYTHON
21-
22-
export PYTHON
23-
export PYTHONPATH
24-
export PYTHON_PATH
16+
brew link --overwrite [email protected] --force
2517

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

0 commit comments

Comments
 (0)