Skip to content

Instantly share code, notes, and snippets.

@Varnan
Last active May 7, 2018 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Varnan/424e9d4f8db8a880533d26cc0b28fb12 to your computer and use it in GitHub Desktop.
Save Varnan/424e9d4f8db8a880533d26cc0b28fb12 to your computer and use it in GitHub Desktop.
OpenCV , Python 2.7 VirtualENV mapping on MAC OSX
> brew update
> brew install -v cmake
> brew install opencv
> https://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
> ln -s /usr/local/lib/python2.7/site-packages/cv2.so /usr/local/lib/python2.7/site-packages/cv.py /Users/Varnan/ENVS/raybaby/lib/python2.7/site-packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment