How do I drop a bash shell from within Python? – Stack Overflow
Posted by jpluimers on 2022/03/09
I needed this for my blog post tomorrow:
import os os.system('sh') # or bash, tcsh, zsh, whatever. :-P
[Wayback] How do I drop a bash shell from within Python? – Stack Overflow
Thanks [Wayback] Chris Jester-Young!
This trick works at the Python shell.
–jeroen
Leave a Reply