Mac上SublimeText3安装Emmet时报错“Error while loading PyV8 binary: exit code 3 Try to manually install PyV8 from https://github.”的解决办法
1、下载Emmet所需的pyV8插件(下载地址:https://github.com/emmetio/pyv8-binaries);
2、pyV8应该放到路径:/Users/yanzi/Library/Application Support/Sublime Text 3/Installed Packages 目录下新建pyV8
目录,将下载到的pyv8-osx
(OS X10.7以上是pyv8-osx-p3)文件夹拷贝至此;
3、重启ST3。