I have installed OpenCV and make a python virtual environment adding a simbolink link to OpenCV library in /usr/local/lib/python3.6/sites-packages/cv2.so This is working fine (in Spyder I only change the default interpreter by the interpreter in the virtual environment and the library is loaded). But when I do the same thing in PyCharm, it seems like the simbolink link is broken because PyCharm can't acces to /usr/local... path (Screenshot).
Thanks for your time.