Closed Colonel-mustards closed 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.
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?