3

On a fresh installation of TextMate 2 the mate command will not install.

The TextMate > Preferences > Terminal > Install button does nothing.

Am I correct in assuming that the mate executable should be somewhere in the app bundle? I think it used to be TextMate.app/Contents/Resources/mate.

I have tried downloading several prebuilt binaries and each fails the same way.

slhck
  • 235,242
John
  • 31

2 Answers2

0

To search for the file, use the following command.

find /Applications/Textmate2.app -name "mate"
Excellll
  • 12,847
dstarh
  • 735
  • 1
  • 6
  • 11
0

It should indeed be in /Applications/TextMate2.app/Contents/Resources/mate Got my binary from here: https://github.com/textmate/textmate

Achilles
  • 271