Python Forum
opencv without virtualenv - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: opencv without virtualenv (/thread-7665.html)



opencv without virtualenv - tony1812 - Jan-20-2018

Hello, I followed this tutorial, https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-install-opencv-3-python-on-your-raspberry-pi/ successfully installed opencv on the pi3, after using it for a while, I found the virtualenv is more a annoyance than it's worth. Then I found the link. https://raspberrypi.stackexchange.com/questions/69169/how-to-install-opencv-on-raspberry-pi-3-in-raspbian-jessie?answertab=votes#tab-top tried to install opencv without the virtualenv, but it keeps giving me one error or the other, hours has been spent. Is there a way to take opencv out of the working but with virtualenv without the need to re-compile? If so. how an I do that? Thanks.