PATH
We are checking `PATH` for the command too early, since the code below it mutates `PATH`. Let's defer the check to later to fix this.
Co-authored-by: Bo Anderson <mail@boanderson.me>