2.0-beta.6.8 以降、textmate で pdflatex を使用できません

2.0-beta.6.8 以降、textmate で pdflatex を使用できません

temp.tex は次のとおりです:

\documentclass[a4paper]{article}
\begin{document}
TEST
\end{document}

そして temp.log :

This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014)
(preloaded format=pdflatex 2014.6.30)  16 FEB 2015 21:58 entering
extended mode  \write18 enabled.  file:line:error style messages
enabled.  %&-line parsing enabled.
**temp.tex (./temp.tex LaTeX2e <2014/05/01> Babel <3.9k> and hyphenation patterns for 78 languages loaded.

! LaTeX Error: File `article.cls' not found.

Type X to quit or <RETURN> to proceed, or enter new name. (Default
extension: cls)

Enter file name:  ./temp.tex:2: Emergency stop. <read *> 
          l.2 ^^M

*** (cannot \read from terminal in nonstop modes)

  Here is how much of TeX's memory you used:  10 strings out of 493117
172 string characters out of 6135433  52909 words of memory out of
5000000  3571 multiletter control sequences out of 15000+600000  3640
words of font info for 14 fonts, out of 8000000 for 9000  1141
hyphenation exceptions out of 8191  10i,0n,7p,43b,8s stack positions
out of 5000i,500n,10000p,200000b,80000s ./temp.tex:2:  ==> Fatal error
occurred, no output PDF file produced!

ターミナルのコマンド ラインでこの作業を実行します。

問題をどうやって解決しますか?

答え1

設定オプションに個人的なパス構成がありました。これらの変数を削除すると、すべてが元通りになります。

関連情報