# Make the shell pretty ``` python3 -c 'import pty; pty.spawn("/bin/bash")' ``` # Set the terminal envvar this makes programs think it's running in a better terminal that it is ``` export TERM=xterm ```