Install OpenCV with Python on Mac ERROR - /usr/bin/python
I am trying to install OpenCV3 with Python3 on Mac by following this link: https://www.learnopencv.com/install-o...
The problem is that 'which python' gives me '/usr/bin/python' and not '/usr/local/bin/python' as it is supposed to.
(On the other hand 'which python3' gives me '/usr/local/bin/python3')
What can I do to install python on '/usr/local/bin/python'?
(Guys, no answers at all!?! How did you install OpenCV+Python on Mac??)
Try this one. opencv python on mac
On youtube: How to install opencv python 3 on mac
try to use cmake-gui, you can specify, which python to use explicitly