golden-gate
golden-gate copied to clipboard
use python3 explicitly on macOS
python2 was removed from the system in macOS 12.3 (https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes). As a result, the python command is not longer available, python must be invoked as python3.