I'm using the latest version of Terminus. I've installed it via package manager in Sublime Text 4, setup a build system based on Python (also latest version up to this date). When I try to build any python file, I get this in my terminal:
I was told on Sublime Discord (unofficial) server that:
The way that it quotes "C:\Python312\ -u" looks suspicious, but I can't tell how it would arrive there from your build system. If it doesn't occur in the default build system, I suggest creating a Terminus issue, also mentioning your system locale/language
Expected result
python file builds like normal with Terminus working properly without issues
The case
I'm using the latest version of Terminus. I've installed it via package manager in Sublime Text 4, setup a build system based on Python (also latest version up to this date). When I try to build any python file, I get this in my terminal:
My build settings
Additional note
I was told on Sublime Discord (unofficial) server that:
Expected result
python file builds like normal with Terminus working properly without issues