Installing OpenCV in a virtualenv on Ubuntu and OSX
$ pip install opencv
never seems to work quite right. If you get the message
Could not find any downloads that satisfy the requirement opencv
Cleaning up...
No distributions at all found for opencv
There are a handful of answers strewn across the internet about installing OpenCV's Python bindings, but none …