forked from microsoft/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brew uninstall new version of Pythons
- Loading branch information
Paco Wong
committed
Nov 25, 2023
1 parent
80244b2
commit 887d6ee
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|