hi all,
i'm trying to figure out if there is some easy way to run a python
script in the background _without_ specifying "&" in a linux
enivornment.
script.py &
vs
script.py
is there an easy way to do this?
been looking around but couldn't find any docs to support a
possibility.
thanks!
- al
i'm trying to figure out if there is some easy way to run a python
script in the background _without_ specifying "&" in a linux
enivornment.
script.py &
vs
script.py
is there an easy way to do this?
been looking around but couldn't find any docs to support a
possibility.
thanks!
- al
Comment