You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUS Inspector now calls reposync with python2 instead of trying to launch it directly. This change should resolve python issues with macOS 12.3 where the built-in /usr/bin/python is no longer available.
SUS Inspector will check the availability of an existing Python 2 installation using the following paths:
/usr/bin/python available on macOS 12.2 and earlier
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2 available after installing an official Python 2 package from https://www.python.org/downloads/macos/
Your own custom Python 2 installation and path to the python2 binary provided with defaults write com.hjuutilainen.SUS-Inspector python2Path /path/to/your/python2