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

Install Sublime Text 3 from source code

藏色散人
藏色散人 forward
2019-09-05 13:37:19 3562browse

SublimeText3 is a very powerful code editor. Of course, it can also be used as a text editor such as HTML. The following columnsublime usage tutorialwill 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

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"。

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!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete