I run linux first off
I keep trying to run a python file with this command: OS.execute( 'sudo python3 test.py', [], true, output ) But it outputs nothing! It works perfectly fine when running ls command it outputs correctly.
if u could tell me if there is a way to run my python script.
ive even tried OS.execute( 'sudo gnome-terminal python3 test.py', [], true, output ) which is supposed to open a new terminal window and run it but it doesnt work
Plz help