Ezra Bowden
Results
2
comments of
Ezra Bowden
For me, I'd only installed python3 (with homebrew), so no python existed in `$PATH`. Adding a python symlink to python3 worked. ``` sudo ln -s /opt/homebrew/bin/python3 /opt/homebrew/bin/python ```
Workaround: add the following to your config file ``` "allowed_languages": ["ignore"] ```