Sublime Forum

Cannot run file from sublime text (cmd+B)

#21

No. The only requirement should be the file should actually exist.

0 Likes

#23

Builds can have variants in them; an example of that in the Python build is that you can choose to build and run the program, or just compile it without running it (syntax check). The first time you do a build and there’s more than one option, Sublime asks you which you want to use, and then it remembers that going forward.

In your chase, choosing Tools > Build With (or pressing the key bound to it) will get Sublime to prompt you again which one to use.

0 Likes