Skip to content

Instantly share code, notes, and snippets.

@codeOfRobin
Created August 15, 2015 19:49
Show Gist options
  • Save codeOfRobin/3aa4fc1e811bf449e67b to your computer and use it in GitHub Desktop.
Save codeOfRobin/3aa4fc1e811bf449e67b to your computer and use it in GitHub Desktop.
brew install opencv3 --with-python3
echo /usr/local/opt/opencv3/lib/python3.4/site-packages >> /usr/local/lib/python3.4/site-packages/opencv3.pth
mkdir -p /Users/<insert your username here>/Library/Python/3.4/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python3.4/site-packages")' >> /Users/<insert your username here>/Library/Python/3.4/lib/python/site-packages/homebrew.pth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment