Sublime Forum

Run python script like a geany

#1

Hi, friends. Please help me out for this problem.
I want to run scripts in an external program instead of the internal console.
Like a geany.

everloginme@iMach:~$ lsb_release -rid
Distributor ID:	Debian
Description:	Debian GNU/Linux testing (wheezy)
Release:	testing

GUI: Mate
Console: mate-terminal

I was trying to launch an external application via build - fail. Incorrectly pass the filename argument for terminal emul.
Anyone have a solution?

P.S. Apologize for my English.

0 Likes

#2

I was found solution in build system script:

{
 "cmd": "mate-terminal -e \"python $file\""],
 "shell": true
}
0 Likes