When I write plugins I often load Python modules. Because Sublime Text doesn’t pick up the usual environment I use sys.path.append
. I think there must be a neater solution than this. Is there a way to have Sublime Text pick up the contents of my ordinary $PYTHONPATH
for the purpose of plug-ins?
(I’m using Sublime Text 3 on OSX Yosemite, if that’s relevant.)