Source: https://macmule.com/2022/01/29/macos-monterey-12-3-will-remove-python-2-7-usr-bin-python/ Given that python 2.7 will no longer be part of the system from that release onwards, the following error will appear: ``` /usr/local/bin/display_manager.py: bad interpreter: /usr/bin/python: no such file or directory ``` As a workaround, is it possible to specify the location of python 2.7 to use?
Source: https://macmule.com/2022/01/29/macos-monterey-12-3-will-remove-python-2-7-usr-bin-python/
Given that python 2.7 will no longer be part of the system from that release onwards, the following error will appear:
As a workaround, is it possible to specify the location of python 2.7 to use?