@alvaro
sign in · lmno.lol

Find binary in PATH using python

import distutils.spawn
print distutils.spawn.find_executable('git')
/usr/bin/git