After selecting a non-default PHP version through the PHP Selector applied to "/" on a shared hosting package, Apache correctly uses the expected version with no .htaccess modification. Both /usr/local/bin/php and /usr/bin/php are the cPanel scripts which use the ea_php_cli package, but from the shell or cron scripts they select the system default version of PHP instead of the one set via the PHP Selector. What do I need to do to get command line PHP scripts to use the same PHP version as Apache?