luispedro on master
MIN Close files with with state⦠(compare)
Hello, I've gone through Jug examples and applied it to my program. It is so simple and easy to use and also working super fine. But I've to run Python script linked to Qgis(Geographic information), and I'm using HPC (Pbs Nodes), the HPC has 5 nodes, I can run this python script from root terminal because Qgis modules won't be working. So, this leads to me to the case where I have to run my script from python console.
Qgis usually run python script through the console, like this :
exec(open('test.py').read())
My query is, is there any way to run the python script using Jug through console instead of the terminal?