[!exec:python3] skip 'python3 not found in $PATH'

# test python3 scripts
chezmoi apply
stdout 'Hello from Python'

-- home/user/.local/share/chezmoi/run_python3.py.tmpl --
#!/usr/bin/env python3

print({{ "Hello from Python\n" | quote }})
