I am trying to install a library for python 2.7 in mac osx with pip in the following way:
python -m pip install pyttsx
and the shell returned:
/usr/bin/python: No module named pip
Then I tried to prove that if it existed with python like this
and showed that if there was a pip, then where is this pip? How do I fix this? How can I install that library?