Sublime Forum

Python code running through cmd

#1

Is there any package or any way to run python code through cmd easily. For example when i combine ctrl + shift + anything I want it to run a python file through the cmd and not through the sublime text console

0 Likes

#2

The Terminus package can run python in interactive mode and run your file. You can set it up as custom build system. The output is presented in a separate view or output panel.

0 Likes

#3

Thank you, I’ll give it a look.

0 Likes