Lasting Python Console Application

Dear Folks,

I have a console application, I need it to keep running without stopping.

I run it using putty using the command: python /home/MyProj/Main.py

But when I close putty the application make shut down.

1 Reply

You need to run it using tmux or screen.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct