'cv2 does not show up in pip list in terminal

CV2 is installed using pip and I can import it and use it. yet when I run pip list in terminal, it does not show up (and nothing apparently related to it - eg: OpenCv - shows up).

Why is that?

I'm using Python3.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source