Computer Science, asked by Anonymous, 8 months ago

how to use python in sublime text 3​

Answers

Answered by parshant81
0

Answer:

Here's the step:

First: Check where is your Python3 path using this command.

Second: Add new build system on your Sublime.

Third: Select your new system build newPython3 and re-run the checkversion.py and now it should be using Python 3.

Answered by Nathalie14
1

Answer:

Table of Contents

Features

Customizing Sublime Text 3

                 -Install the subl command line tool

                 -Install Package Control

                 -Create a Custom Settings File

Themes

Packages

                 -SideBarEnhancements

                 -Anaconda

                 -Djaneiro

                 -requirementstxt

                 -SublimeLinter

                 -GitGutter

                 -FTPSync

                 -AdvancedNewFile

                 -Emmet

                 -Markdown Preview

Keyboard Shortcuts

Custom Commands

Additional Resources

Conclusion

Similar questions