All these functions return "" if search was not successful.
path_derive_precommit_exec()
First check if there is an executable on the $PATH
using
path_derive_precommit_exec_path()
If not, check if we can find one in a conda environment with
path_derive_precommit_exec_conda()
.
Search os dependent for other possible locations for common installation methods.