I am trying to persist a streamlit process using the following:
nohup streamlit run BAC_Homepage.py 2>&1 > log.out
This has worked in the past but today I am getting the error ‘Ignoring Input and Redirecting stderr to stdout’
How do I fix this
I’ve tried a number of things but I am truly not sure what I am doing. The outcome should be that the command line prompts me for a pem passphrase but that is not happening
New contributor
Hannah_Banana1234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.