On Nov 26, 2009, at 4:53 PM, Gert van Oss wrote:
In Terminal:
echo "$TM_SUPPORT_PATH"
Doesn't give any result at all. Can anyone explain what I've done wrong?
Generally speaking, TM_ variables only exist inside TextMate. Terminal sessions won’t have these. Paste that line into a blank document in TextMate and hit ⌃R to execute it. (Make sure the cursor is on the same line as the `echo` command.) You should see the path appear on the line below.