When I make a text-only console app with PyInstaller, double-clicking the 
binary on macOS runs the contents of ~/.zshrc so the output looks 
cluttered.  Is there some way to avoid this so it starts with a blank 
console window?

I know I could use os.system('clear') at the top but there is a slight 
delay so you can see the text appear for a moment and then clear.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/80397d68-55b7-4107-a71d-2f3aac252f7dn%40googlegroups.com.

Reply via email to