Skip to content

Commit

Permalink
brew uninstall new version of Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Wong committed Nov 25, 2023
1 parent 80244b2 commit 887d6ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
run: |
/usr/bin/xcodebuild -version
brew uninstall --ignore-dependencies python
brew uninstall --ignore-dependencies [email protected]
brew uninstall --ignore-dependencies [email protected]
brew install [email protected]
#brew install python3
ls /usr/local/bin/python*
echo "alias python=/usr/local/bin/python3.10" >> ~/.zshrc
echo "alias python3=/usr/local/bin/python3.10" >> ~/.zshrc
source ~/.zshrc
alias python3=/usr/local/bin/python3.10
alias python=/usr/local/bin/python3.10
brew link --overwrite [email protected]
Expand Down

0 comments on commit 887d6ee

Please sign in to comment.