```bash python -c 'import pty; pty.spawn("/bin/bash")' ``` ```shell $ python -c 'import pty; pty.spawn("/bin/bash")' /bin/sh: 3: python: not found $ which python3 /usr/bin/python3 ```