Files
PGPy-3_13_patch/install_dependencies.osx.sh
2021-01-11 13:13:50 -05:00

5 lines
92 B
Bash
Executable File

#!/bin/bash
brew unlink python@3.9 && brew link --overwrite python@3.9
brew bundle install