Skip to content

Instantly share code, notes, and snippets.

View aphe's full-sized avatar
👋
Oh, Hi there!

Afriyandi Setiawan aphe

👋
Oh, Hi there!
View GitHub Profile
# Installing OpenCV python libs on mac to work with virtualenv
# OpenCV 2.4.3
# Python 2.7.3 installed with brew
# assuming you have virtualenv, pip, and python installed via brew
# assuming $WORKON_HOME is set to something like ~/.virtualenvs
# using homebrew - make sure we're current
brew update