sublime的简单配置(解决为什么package control无效)

1:下载sublime text 3

要到它的官网下载,要英文的。

2:安装sublime的包。

进入sublime按快捷键ctrl+~(~是键盘左上角Esc下面的键)。

3:在这里面输入如下代码。(原因看 https://packagecontrol.io/installation#st3)

 import urllib.request,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

4:之后就有包。

*package control无效.因为你安装别人以安装好的包控制。那个是无效。上面写的比较简单,多试试吧。

 

posted @ 2017-04-24 17:51  努力中国  阅读(799)  评论(0编辑  收藏  举报