What are the common ways to execute a gmsh mesh script from a python spyder window?
The only way I have found so far is the following, but I would like to know if some other possibilities might be:
subprocess.call(['sudo', 'gmsh', 'script.py'])
By the way I have an issue here which is the need for sudo to be able to execute gmsh.
How can I get rid of that ?
I am on ubuntu 22.04, spyder 5.3.2, python 3.9.12, gmsh 4.8.4.
Thank you in advance for your help
Oli