utils.dependencies¶
Module Contents¶
-
utils.dependencies.which(cmd_name)[source]¶ Utility equivalent to which in GNU/Linux OS.
Parameters: cmd_name – a command name Returns: return the command name with absolute path if this exists, or None