Skip to content

Commit c8b22b2

Browse files
author
Brynley Llewellyn-Roux
committed
fix: use python 310
1 parent 3a5aab6 commit c8b22b2

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
@@ -12,5 +12,5 @@ export HOMEBREW_NO_ANALYTICS=1
1212

1313
brew reinstall node@20
1414
brew link --overwrite node@20
15-
brew install python@3.9
16-
brew link --overwrite python@3.9
15+
brew install python@3.10
16+
brew link --overwrite python@3.10

0 commit comments

Comments
 (0)