I have an Ubuntu 14.04 system, on which I want to install OpenCV and use it with Python 2.x.
I installed OpenCV using the instructions here: https://help.ubuntu.com/
Try conda install -c conda-forge opencv if you are using anaconda, it works!
conda install -c conda-forge opencv