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 5ed4d6e commit 5002ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ done
if [ "$(uname)" = 'Darwin' ]; then
echo 'Installing dependencies...'
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'export PATH="/usr/local/bin:\${PATH}"' | tee -a "${HOME}/.bash_profile"
# remove existing Homebrew Python installs.
sudo rm -rf '/usr/local/bin/2to3'
sudo rm -rf '/usr/local/bin/2to3-3.11'
Expand Down

0 comments on commit 5002ce9

Please sign in to comment.