I just installed pip on OS X using the get-pip.py script provided by the developers. The script said it ran successfully, but I cannot execute pip from the command
pip
If you can't find the path to pip you can simply use python -m pip instead:
python -m pip
python -m pip install awesome_package