>>> [CLI] bundle exec -- echo hello
hello
>>> [CLI] bundle exec -- python3 -c import os; print(os.getcwd())
[TMPDIR]