5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
brew unlink python@3.9 && brew link --overwrite python@3.9
|
|
brew bundle install
|