I know that I could pip install opencv-python which installs opencv3, but is there a separate command or name for opencv specific version such as 2.4.9?
pip install opencv-python
python3.6 -m pip install opencv-python
will install cv2 in linux in branch python3.6