运行osascript -e'告诉应用程序"TextMate"重新加载捆绑包时出错

Nic*_*nil 29 bash textmate cucumber textmatebundles textmate2

我正在尝试为TextMate2安装Cucumber包.我按照官方网页https://github.com/cucumber/cucumber-tmbundle的以下说明进行操作:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
Run Code Online (Sandbox Code Playgroud)

运行第4行:osascript -e'告诉应用程序"TextMate"重新加载包'后,我收到以下错误:

23:37: syntax error: A identifier can’t go after this identifier. (-2740)
Run Code Online (Sandbox Code Playgroud)

任何帮助将不胜感激.

Ken*_*ner 34

如果双击*.tmbundle文件,TextMate将询问您是否要安装Bundle.您不必再将文件复制到Library目录中.

  • 这应该被接受作为答案.它对我有用. (2认同)