我刚刚通过包管理器安装了 ST2 和 CoffeeScript 插件,但是每个插件操作都会向控制台日志抛出以下问题:
Traceback (most recent call last):
File "./sublime_plugin.py", line 356, in run_
File "./CoffeeScript.py", line 90, in run
File "./CoffeeScript.py", line 32, in brew
File "./CoffeeScript.py", line 22, in run
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
我之前尝试过使用替代插件,但仍然发生相同的错误。为它挖掘网络,我看到其他不同的插件报告了这个错误,尽管没有一个帖子明确指出最终解决方案。
我以前做过这个,它确实有效,我最近对该系统所做的唯一更改是为 mac 创建一个新用户并卸载 ST2 以试用 ST3。在与版本 3 出现其他一些不兼容问题后,我再次将其降级到最新的 ST2 版本。
OSX Mavericks 在这里,运行 Python 2.7.5,而 ST2 似乎运行 2.6.8。我不了解 Python,也不知道这是否是问题的根源。我有点迷路了,有人能帮帮我吗?
非常感谢。