Last active
May 7, 2018 09:49
-
-
Save Varnan/424e9d4f8db8a880533d26cc0b28fb12 to your computer and use it in GitHub Desktop.
OpenCV , Python 2.7 VirtualENV mapping on MAC OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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