utils.py 文件源码

python
阅读 16 收藏 0 点赞 0 评论 0

项目:kyber 作者: TakumiHQ 项目源码 文件源码
def get_executable_path(executable):
    path = sh.which(executable)
    if path is None:
        raise Exception("Can't find '{}' executable, is it in your $PATH?".format(executable))
    return str(path)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号