According to this documentation, Python3.4, which I am using, ships with pipX or pipX.Y. When I type pip3 or pip3.4 into my terminal, I get a "command not found".
I am also using Python2.7 and have pip installed for that. When I type pip --version I get:
pip 6.0.7 from /Library/Python/2.7/site-packages (python 2.7)
Why doesn't pip3 or pip3.4 work?