Skip to content

Commit

Permalink
update macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 7, 2024
1 parent 5f97952 commit 158c48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export PATH="/usr/local/bin:\${PATH}"
EOT
source "${HOME}/.bash_profile"
# remove existing Homebrew Python installs.
sudo rm '/usr/local/bin/2to3'
sudo rm '/usr/local/bin/2to3-3.11'
sudo rm -rf '/usr/local/bin/2to3'
sudo rm -rf '/usr/local/bin/2to3-3.11'
brew update
# brew upgrade
brew_install curl wget coreutils
Expand Down

0 comments on commit 158c48b

Please sign in to comment.