import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; 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)

之后选择install package, 选择better coffeescript

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-01-24
  • 2021-08-25
  • 2021-03-30
猜你喜欢
  • 2021-04-06
  • 2021-04-01
  • 2021-05-13
  • 2021-05-02
  • 2022-01-23
  • 2022-12-23
相关资源
相似解决方案