targendaz2 / Mac-Set-Default-Apps

A utility to change default applications in macOS
MIT License
85 stars 10 forks source link

Wont run on Monterey #13

Closed Colonel-mustards closed 1 year ago

Colonel-mustards commented 2 years ago

Tried deploying via pkg and via script and I get the same error. bad interpreter /usr/bin/python: no such file or directory. I have installed python 3.10.5 first. My main goal is to set the default browser to Edge. Any ideas?

macjustice commented 1 year ago

You'd need to look in the msda code to see which interpreter it's calling. /usr/bin/python isn't included by Apple, and if you install a separate python you'd need to change any #! declarations in the code to the path to the Python 3 you installed.