Message from Python discussions

December 2018

— 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?

— 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

— 

start
is not a command

— Thx.
(what is gnome is it like the regular terminal?)

— In linux but on pc it is.

— Kind of linux environment

— Like KDE

— Oh and what is the traditional comand for terminal opening xterm?

— Don't know. I've never used it.

— Is it possible to deploy a flask web app to a client which is self hosted? cant find tutorials to internet

Message permanent page