Sublime Text3 to build Python IDE Environment--anaconda plug-in Chapter __python

Source: Internet
Author: User
Tags sublime text

1.ST3 Download Address:

Http://www.sublimetext.com/3

2. Install the sublime Text build 3114 Setup.exe application.

The advantages of 3.ST3 tools are lightweight, simple tools. So sometimes you need to rely on some plug-ins. To use a number of plug-ins to extend the Sublime text feature, you need to install a plugin manager called Package Control-something you have to install manually. But once you've installed it, you can use Package control to install, remove, or upgrade all the ST3 plugins.

4. Now you can use the shortcut key cmd+shift+p to open Package control to install the other plug-ins. Enter install then you can see the Package control:install Package on the screen, click Enter and search for the plugin you want (such as Anaconda)


5. Install Anaconda Plugin

Click the package control-> input you just generated install

Enter the installation interface, install and then enter Anaconda in the new Window command line and click on the first option to install. The messages document is displayed when the installation is complete.


6 because the Anaconda plugin itself cannot know the path to the Python installation, you need to set the actual location of the Python main program. Select the Settings-default option to search for "Python_interpreter" key,

and type the disk location of the Python main program.

"Python_interpreter": "Python install location",

7. Select the Settings-users option and type the following JSON data. Save, restart ST3.

{
"Python_interpreter": "Python Installation location/python.exe",
"Suppress_word_completions": true,
"Suppress_explicit_completions": true,
"Complete_parameters": true,
}



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.