Skip to content

Instantly share code, notes, and snippets.

@zimmem
Created March 27, 2014 15:54
Show Gist options
  • Save zimmem/9810775 to your computer and use it in GitHub Desktop.
Save zimmem/9810775 to your computer and use it in GitHub Desktop.
sublime text 安装 package controll(ctrl+` 打开 console)
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())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment