美文网首页Mac
-bash: brew: command not found

-bash: brew: command not found

作者: Joeylee1990s | 来源:发表于2019-04-19 22:02 被阅读4次

    Mac 突然就很傻鸡的出现了问题:

    突然很多命令如brew/ pip/ mpirun....等等出现类似于一下的问题:

    -bash: brew: command not found


    解决方法如下:

    环境变量的问题

    sudo vim .bash_profile

    输入密码之后添加下一行

    export PATH=/usr/local/bin:$PATH

    最后记得

    source .bash_profile使配置修改生效。

    完成!!!

    相关文章

      网友评论

        本文标题:-bash: brew: command not found

        本文链接:https://www.haomeiwen.com/subject/dtkhgqtx.html