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
You can also do it using Anaconda:
conda install -c https://conda.binstar.org/menpo opencv=2.4.9