ox
ox copied to clipboard
Terminal and runne issue on windows
What is the bug? Opening a terminal or running a python file does not work on windows
What did you do to get the bug? I followed the instruction in the following page: https://github.com/curlpipe/ox/wiki/General-editing In the section terminal and runner.
What behaviour were you expecting? That the app would run the python script and open a terminal. Note Python is in my Path. Alternatively of there is a way to configure python via the configuration file it would be great that would enable me to add other programming languages.
I tried to add the below to the configuration file:
runner["Python"] = {
compile = nil, -- nil because python isn't a compiled language
run = "python -i {file_path}", -- run the current file interactively using python
}