I'm running Spyder Python 3.3.6 from Stata/IC 16.1 for Mac (64-bit Intel):

Code:
. python query
-----------------------------------------------------------------------------------------------------
    Python Settings
      set python_exec      /users/jprenderg/opt/anaconda3/bin/python
      set python_userpath  

    Python system information
      initialized          yes
      version              3.7.4
      architecture         64-bit
      library path         /Users/jprenderg/opt/anaconda3/lib/libpython3.7m.dylib
I can run python OK from Stata. But Stata can't find PIP.

Code:
pip -V
command pip is unrecognized
r(199);
Does anyone know how to resolve this? Thanks.