In Sublime Text 3, what is the difference between using the package control installation and manual installation?
When you install by using the package control, the add-in is downloaded in the installed packages directory, and the default directory is C:\Users\Administrator\AppData\Roaming\ Sublime Text 3\installed Packages
When using manual installation, it is to extract the compressed files of the plug-in, copy to the Packages directory, the default directory is C:\Users\Administrator\AppData\Roaming\Sublime Text 3\packages
How to install sublime Text?
See the latest Help on our website, as everything is changing. As of now, the method for installing sublime Text 3 is as follows:
- Download the latest installation package to HTTP://WWW.SUBLIMETEXT.COM/3;
- If you are a Windows system, double-click Install, how do I install the package Control? See the latest Help on our website, as everything is changing. As of now, the method to install the package Control is as follows:
- Click the View > Show Console menu;
- Enter the following code into the console and press ENTER:
- ImportUrllib.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))ifDH! = hElseOpen (Os.path.join (IPP, PF),' WB '). Write (by)
- Restart Sublime Text 3;
Frequently asked questions about sublime Text 3