Linux under Sublime text 3 installation to configuration

Source: Internet
Author: User
Tags sublime text



1. Download and install Sublime Text 3



On the official website HTTP://WWW.SUBLIMETEXT.COM/3 Download the 64-bit (System bit 64-bit). Deb installation package (Http://c758482.r82.cf2.rackcdn.com/sublime-text_ BUILD-3059_AMD64.DEB), after downloading, double-click Install. Once installed, the program can be opened with the command Subl, which is already ready to write code.



2. After installing the software, it is a good idea to install the package control



Here's how: Use CTRL + ' shortcut keys or open the command line from the View->show console menu and paste the following code:




 


import urllib.request,os;
 pf = ‘Package Control.sublime-package‘; i
pp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); 
open(os.path.join(ipp, pf),‘wb‘).write(urllib.request.urlopen( ‘http://sublime.wbond.net/‘ + pf.replace(‘ ‘,‘%20‘)).read())


If it goes well, you can now see the package settings and the package control two menus under the Preferences menu.



Manual Installation



You may not be able to use code installation for a variety of reasons, and you can manually install the package Control by using the following steps:



1. Click Preferences > Browse Packages menu



2. Go to the upper-level directory of the Open directory before entering the installed packages/directory



3. Download the package control.sublime-package and copy it to the installed packages/directory



4. Restart Sublime Text.






Resolve cannot enter Chinese:




http://blog.csdn.net/cywosp/article/details/32350899





Linux under Sublime text 3 installation to configuration


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.