我正在尝试为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'
运行第4行后:osascript -e'告诉应用“TextMate”重新加载 bundle 软件”,我收到以下错误:
23:37: syntax error: A identifier can’t go after this identifier. (-2740)
任何帮助将不胜感激。
最佳答案
如果双击* .tmbundle文件,TextMate将询问您是否要安装 bundle 包。您不再需要将文件复制到Library目录中。
关于bash - 运行osascript -e 'tell app “TextMate”重新加载捆绑包时出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8930984/