Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Homebrew default locations (both for python and z3)
export PYTHONMODS="usr/local/lib/python2.7/site-packages:/Library/Python/2.7/site-packages:~/Library/Python/2.7/lib/python/site-packages"
export Z3HOME="/usr/local/Cellar/z3/4.3.1/lib/python2.7/site-packages/"
export Z3BIN="/usr/local/Cellar/z3/4.3.1/bin"
export Z3HOME="/usr/local/Cellar/z3/4.7.1/lib/python2.7/site-packages/"
export Z3BIN="/usr/local/Cellar/z3/4.7.1/bin"


# Python setup
Expand Down