今天打开sublime遇到一个提示 如上图Sublime Text Error while loading PyV8 binary:exit code 1 Try to manually install Pyv8 form https://github.com/emetio/pyv8-binaries 因而到网上寻找答案 解决方法以下:html
- Go to the link provided in the dialog box and download the plugin. See below for more details
- Go to your windows’ home directory (
C:\Users\UserName
on Windows 7, something likeC:\Documents and Settings\UserName
on Windows XP) and make sure you can view hidden and system directories - Go to
C:\Users\UserName\AppData\Roaming\Sublime Text 2\Packages
and create aPyV8
directory if it does not exist - Change to
C:\Users\UserName\AppData\Roaming\Sublime Text 2\Packages\PyV8
and copy the files contained in the archive you downloaded at the first step - Restart Sublime Text
-
去gihub下载 PyV8,链接地址:https://github.com/emmetio/pyv8-binaries#readmelinux
-
而后找到你的Sublime_text_3的packages的安装包路径git
a.若是你是windows系统:解压文件至Packages\PyV8文件夹内(Preferences – Browser Packages),重启解决。github
b.若是你是linux/ubuntu,找到相应的路径,根据我在unbuntu14.04下面,解决以下:ubuntu
(1)在当前用户中使用命令:llwindows
(2)你会发现一个.config的隐藏文件夹sublime-text
(3)而后依次进去找到sublime_textide
(4)Packages建立PyV8文件夹,把刚才下载的文件解压进去,重启解决。post
感谢大神-----》梦回起点,发布的解决方案,高效快速spa