Feb-01-2021, 12:40 PM
Hello everyone,
Hope you are fine and safe!
I have started learning and i want to play with gnome-terminal using python3 in ubuntu. I have googled and found a simple code using
Actually I want to run a python program named 'pyFoamRunner.py' in gnome-ternimal.
Any idea how can i perform that?
Thanks,
Jmex
Hope you are fine and safe!
I have started learning and i want to play with gnome-terminal using python3 in ubuntu. I have googled and found a simple code using
1 2 |
import os os.system( "gnome-terminal -e 'sudo apt-get update'" ) |
Any idea how can i perform that?
Thanks,
Jmex