How to run a python program using the sublime editor

Source: Internet
Author: User
Tags sublime editor


The sublime itself does not have the ability to run a Python program, and it needs to be set up. Here are the steps to set up after installing sublime:

Click "Preference"----"Browse Packages"----"python", edit the Python.sublime-build file, add the path to the Python application, and I am installing to c \ In the Python27 path:

{"cmd":["Python.exe","- u","$file"],"Path":"c:/python27","File_regex":"^[]*file \ "(... *?) \ ", line ([0-9]*)","selector":"Source.python"}


Note: 1, the path of the code path and environment variables do not take Chinese, Chinese support is not good.
2, after the completion of the program, you need to save a bit before they can run. Press ctrl+b at run time.

How to run a python program using the sublime editor

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.