Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Frequently asked questions about Sublime Text 3

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

In Sublime Text 3, what is the difference between using Package Control installation and manual installation?

When installing with Package Control, Package Control downloads the plug-in in the Installed Packages directory, with the default directory C:\ Users\ Administrator\ AppData\ Roaming\ Sublime Text 3\ Installed Packages

When using manual installation, you are actually extracting the compressed files of the plug-in and copying them to the Packages directory. The default directory is C:\ Users\ Administrator\ AppData\ Roaming\ Sublime Text 3\ Packages.

How do I install Sublime Text?

It is recommended to check the official website for the latest help, because everything is changing. So far, the method to install Sublime Text 3 is as follows:

Go to http://www.sublimetext.com/3 to download the latest installation package; if it is a Windows system, double-click to install it; how to install Package Control? It is recommended to check the official website for the latest help, because everything is changing. So far, the method to install Package Control is as follows: click View > Show Console menu Enter the following code into the console and press enter: import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + 8bc59f460fa1548d1514676163dafc88codes; 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) restart Sublime Text 3

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report