centos6.5安装sublime Text3破解版

安装后的效果图:

centos6.5安装sublime Text3破解版

在csdn上找到了一个破解版。

http://download.csdn.net/download/phpscott2/5356561

安装后,能够运行,但每次打开都提示没有安装pyv8.

下载pyv8 解压到sublime Text3的路径下就可以了。

下载地址为 https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux32-p3.zip

再次运行sublimeText3 ,ok!

突然发现此安装包连emmet都附带了。确实很方便。又回到了win的感觉。

输入 html:5

按ctrl+e    已经成功自动生成了对应的html内容

 <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body> </body>
</html>

感谢 phpscott2 带来的便利。

上一篇:对Linux(Unix)的基础知识归纳


下一篇:CentOS 7安装Sublime text3