@
@
@calpy2018-10-23 18:44:04
Python
@calpy, 2018-10-23 18:44:04

How to output Python code through Sublime text 3?

SublimeRepl installed, but how to make Subline run the code through the
Python interpreter without a clue.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AWEme, 2018-10-24
_

You can create your own Build System, namely:
Along the way, SublimeText3\Data\Packages\Usercreate a file <имя>.sublime-buildwith the content:

{
    "target": "run_existing_window_command", 
    "id": "repl_python_run",
    "file": "config/Python/Main.sublime-menu"
}

Then select:
Now when you click Ctrl+B(standard combination, like) a new tab will be created with the results of your code.

W
Web Dentist, 2018-10-23
@kgb_zor

Tools > SublimeREPL > Python > Python - RUN current file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question