install_deps_osx.sh 329 字节
Newer Older
1 2
#!/bin/bash

R
Raaj 已提交
3 4
# Install dependencies for Mac OS
echo "Running on Mac OS."
5

R
Raaj 已提交
6 7 8
BASEDIR=$(dirname $0)
source $BASEDIR/defaults.sh

9 10 11 12 13
# To fix linking issue in CI during install of python as dep of opencv
[[ -f /usr/local/bin/2to3 ]] && rm -f /usr/local/bin/2to3

source ./scripts/osx/install_brew.sh
source ./scripts/osx/install_deps.sh