Home > Development Tools > sublime > Install Sublime Text 3 from source code

Install Sublime Text 3 from source code

藏色散人
Release: 2019-09-05 13:37:19
forward
3758 people have browsed it

SublimeText3 is a very powerful code editor. Of course, it can also be used as a text editor such as HTML. The following column sublime usage tutorial will explain how to install SublimeText3 from the source code. The specific method, I hope it will be helpful to friends in need!

Install Sublime Text 3 from source code

1. Download and unzip.

Enter the decompression directory:

ln -s /usr/local/sublime-text-3/sublime_text /usr/local/bin/sublime3
Copy after login

2. Install the plug-in manager.

Get the code for installing Package Control from Sublime Text 3 official. Click View > Show Console (shortcut Ctrl `) to open the console. Paste the official code in the console and hit enter. Finally reboot.

3. Install the plug-in.

Themes Flatland, Agila, Material Theme, Brogrammer; extended sidebar menu options SideBarEnhancements; ultimate Python plug-in Anaconda; file creation AdvancedNewFile; version control git; function generation description DocBlockr_python; code static inspection tool framework SublimeLinter- pyflakes.

4. Configuration.

Modify shortcut keys Sublime Text > Preferences > Package Settings > Plug-ins > Key Bindings – User.

Modify the configuration Sublime Text > Preferences > Package Settings > Plug-in > Settings – User.

5. Configure the python3 version.

Sublime Text > Preferences > Package Settings >Anaconda> Settings – default。将"python_interpreter": "python"改为"python_interpreter": "python3"。
Copy after login

The above is the detailed content of Install Sublime Text 3 from source code. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template