欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Sublime Text 2 Package Control组件安装

程序员文章站 2022-04-28 12:01:33
...
1.按Ctrl+`调出console
2.粘贴以下代码到底部命令行并回车:
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

3.重启Sublime Text 2
4.如果在Perferences->package settings中看到package control这一项,则安装成功
相关标签: editor