"서브라임텍스트 패키지 컨트롤 설치"의 두 판 사이의 차이

7번째 줄: 7번째 줄:
==방법==
==방법==
*https://sublime.wbond.net/installation 접속
*https://sublime.wbond.net/installation 접속
*SUBLIME TEXT 2 탭버튼 클릭
*그 아래 내용 복사
{{인용문|
import urllib2,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; 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()) ); by = urllib2.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')
}}


==같이 보기==
==같이 보기==

2014년 7월 24일 (목) 00:16 판

서브라임텍스트 Package Control 설치
서브라임텍스트 패키지 관리자 설치

1 사전 작업

2 방법

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}