Skip to content

Commit

Permalink
Pre-install Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jan 31, 2024
1 parent abfcd2e commit fdef569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup/macos/install_viewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ set -x

# brew doesn't recognize specific versions of viewer
# Build from source, since there's only a macos-12 bottle which doesn't seem to work.
# Install Python 3.12 first while ignoring errors: the system may provide this
# version, which will hinder brew from installing symlinks
brew install python@3.12
brew install -s aws/tap/cbmc-viewer
echo "Installed: $(cbmc-viewer --version)"

0 comments on commit fdef569

Please sign in to comment.