Skip to content

Commit

Permalink
fix: made tweaks to have chromedriver working on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Jan 22, 2025
1 parent cf82ef6 commit f292d1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ if test "$OS" = "Linux"; then
# sudo apt-get update
# sudo apt-get -y install nvidia-cuda nvidia-cuda-toolkit libcudnn8
elif test "$OS" = "Darwin"; then
brew install npm hdf5 c-blosc lzo bzip2 python@${PYVERSION} freetype imagemagick gawk gsed redis
export HDF5_DIR="$(brew --prefix hdf5)"
brew install npm hdf5 c-blosc lzo bzip2 python@${PYVERSION} freetype imagemagick gawk gsed redis chromedriver
xattr -d com.apple.quarantine $(which chromedriver)
chmod 755 $(which chromedriver)
export HDF5_DIR="$(brew --prefix hdf5)"
fi

export PYTHONPATH=./src:./src/website
Expand Down

0 comments on commit f292d1e

Please sign in to comment.