Created
December 20, 2011 11:25
-
-
Save sleeptillseven/1501267 to your computer and use it in GitHub Desktop.
Install Sublime Package Control
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler({'http': 'http://myproxy.com:8080'}))); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, unfortunately on Windows (in an enterprise or for me at least) it doesn't work. So I provided some hints. ;)