My macOS Monterey had python 2.7 by default. I had to switch to Python 3 in order to use [[Tool/nexe]].
I tried to use https://osxdaily.com/2022/02/15/make-python-3-default-macos/ but it had an error with the path to python3.
I ended up adding the following to my `.zshrc`
```sh
alias python=/opt/homebrew/bin/python3
```