>>> cd a/b/c
>>> python3 -c import os; print(os.getcwd())
[TMPDIR]/a/b/c
>>> [CLI] bundle exec -- python3 -c import os; print(os.getcwd())
[TMPDIR]