Hello,
When developing Python in Linux… the autocomplete works automatically for 3rd party modules installed systemwide via PIP w/o any additional effort. Meaning, I can install Redis, or Celery via system packages or via PIP and sublimetext 3 happily recognizes and autocompletes functions, classes etc just as it does for the Python standard library modules.
However… in MacOS… this does not work. I’m using a brew installed python at /usr/local/bin/python, and when I PIP install these very same modules, sublimetext 3 does not inspect and autocomplete any of the modules’ functions, classes, etc the way it does in Linux.
Is there anything special that needs to be come in MacOS sublimetext 3 to provide the same development capabilities with a brew-based Python install base?
Thanks,
-Robert