Python 2.7 and Sublime Text 2 Setup Guide

前端 未结 3 1849
旧时难觅i
旧时难觅i 2021-02-04 18:21

I am new to Sublime Text 2. Basically I want to setup Sublime T2 as a Python IDE.

I have come across various questions with regards to Python and Sublime T2, but I could

3条回答
  •  萌比男神i
    2021-02-04 18:56

    You should be able to select a build system in the tools menu.

    screenshot

    Then, ctrl + B will build, and pull up the interpreter for you.

    EDIT: ctrl + ` will also open your console, without building the project. From there, you can run Python commands with the built-in interpreter.

提交回复
热议问题