Frequently asked questions about sublime Text 3

Source: Internet
Author: User
Tags sublime text


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:


  1. Download the latest installation package to HTTP://WWW.SUBLIMETEXT.COM/3;
  2. 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:
  3. Click the View > Show Console menu;
  4. Enter the following code into the console and press ENTER:
  5. 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)
  6. Restart Sublime Text 3;


Frequently asked questions about sublime Text 3


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.