I am trying to install OpenCV3 with Python3 on Mac by following these links: https://www.pyimagesearch.com/2016/12/05/macos-install-opencv-3-and-python-3-5/ https://www.learnopencv.com/install-opencv3-on-macos/
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'?