We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86344e commit 734c763Copy full SHA for 734c763
scripts/brew-install.sh
@@ -14,3 +14,6 @@ brew reinstall node@20
14
brew link --overwrite node@20
15
brew install [email protected]
16
brew link --overwrite [email protected]
17
+
18
+export PYTHON=$(brew --prefix [email protected])/bin/python3
19
+echo "Python version: $(python3 --version)"
0 commit comments