Is there a simple function to check if a external (system-wide) command exists? Like checking if ls
exists, or similar?
(something cleaner than try run(...) catch ... end
, at least.
Sys.which
, which returns nothing
if the program is not found
Leandro Martínez has marked this topic as resolved.
Last updated: Nov 06 2024 at 04:40 UTC