— It's only be default if you install by download official python pacakge at python.org
website.
—
subprocess.Popen('start',shell=True)
getting:
/bin/sh: start: command not found
what is the proper way for opening the shell?
Message permanent page
— Maybe you can have a look at decimal — https://docs.python.org/3/library/decimal.html
— If you are on gnome environment:
subprocess.Popen('gnome-terminal',shell=True)
DavidMeu
— Thx.
(what is gnome is it like the regular terminal?)
— In linux but on pc it is.
— Kind of linux environment
— Oh and what is the traditional comand for terminal opening xterm?