How to install opencv or any other package in two different versions of python, like 3.6 and 3.7

Hi,

Below is an example that building OpenCV for python 3.6 on a default python 3.8 environment.

Suppose you can build one for python 3.7 in similar steps.
Thanks.