Set up Python 3 build system with Sublime Text 3

后端 未结 8 2173
青春惊慌失措
青春惊慌失措 2020-11-28 21:46

I want to configure Sublime Text 3 to build Python 3, but I don\'t seem to understand how the builds work. Many tutorials have told me to make a build file containing code s

8条回答
  •  情歌与酒
    2020-11-28 22:37

    Steps for configuring Sublime Text Editor3 for Python3 :-

    1. Go to preferences in the toolbar.
    2. Select Package Control.
    3. A pop up will open.
    4. Type/Select Package Control:Install Package.
    5. Wait for a minute till repositories are loading.
    6. Another Pop up will open.
    7. Search for Python 3.
    8. Now sublime text is set for Python3.
    9. Now go to Tools-> Build System.
    10. Select Python3.

    Enjoy Coding.

提交回复
热议问题