How to run the Magento 1 Cron handler with a custom PHP interpreter instead of `php`?

Replace:


with your custom PHP interpreter name, e.g.:

PHP_BIN=`which php7.2`