Configure the Python runtime environment for sublime text

Source: Internet
Author: User
Tags sublime text

This is actually a word, as long as the Sumlime Text in the Python configuration file can be modified.

Steps:

1. Open Sublime Text;

2. On the menu bar, select "Preferences"-"Browse Packages";

3. Locate the Python folder in the window that opens;

4. Locate the Python.sublime-build file and open

5. Add the installation path of Python under the current computer, such as "path": "C:/python34"

1 {2     "cmd": ["python","- u","$file"],3     " path": "C:/python34",4     "File_regex":"^[]*file \ "(... *?) \ ", line ([0-9]*)",5     "selector":"Source.python",6     "encoding":"Utf-8"7}

6. Save and exit to take effect.

Configure the Python runtime environment for sublime text

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.