update OpenCV on Macintosh
Hello, I have installed OpenCV 3.4 on Mac Mojave with this tutorial : https://www.learnopencv.com/install-o... now I want to uninstall it to install OpenCV 4.3 How to uninstall OpenCV 3.4 please ? Thank you ! Best regards
Comments
- Go to the build directory and run
sudo make uninstall.
- Delete that line you added to ~/.bashrc.
- Remove the opencv directory.