I’ve just started trying out Sublime Text 3 on OS X 10.10.1, and I’m having a problem with all the LaTeX packages I’ve tried. If I run latexmk from the command line or from another editor (I’ve been a TextMate user for years), it uses the LaTeX packages, styles, and bib files that are in my system $PATH and in the $BIBINPUTS environment variable. However, when I build a .tex file in ST3, latexmk fails to find any of those files, and I either have to specify their full paths, or copy them into the directory of the .tex file.
How do I get ST3 to use the system $PATH? Thanks.