Stabilize the shell : ```shell python3 -c 'import pty;pty.spawn("/bin/bash")' ``` ```shell export TERM=xterm ``` CTRL-Z ```shell stty raw -echo; fg ```