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
python -m pip install opencv-python
which will install opencv based on your current python