Im trying to install a library for python 2.7 on mac
so i enter the command:
python -m pip install pyttsx
and the answer was /usr/bin/python: No module named pip
so i tried this to prove that pip exist
and it shows me that pip exist, so where is pip and why terminal says me that pip doesn't exist? How can i fix it?