V
V
Vitaly Pitalenko2020-09-14 11:06:23
Python
Vitaly Pitalenko, 2020-09-14 11:06:23

How to run python script without terminal output?

How to run python script without terminal output?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
ScriptKiddo, 2020-09-14
@Rikisan

nohup python /path/to/test.py &

D
Dr. Bacon, 2020-09-14
@bacon

python script.py > /dev/null 2>&1
But with such questions, you need to go to Google, and not here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question