关于mac下安装Brew遇到的错误记录 Warning: /usr/local/bin is not in your PATH.

来源:互联网 发布:discuz省市区数据库 编辑:程序博客网 时间:2024/05/16 08:05

按照官方文档给出的https://brew.sh/index_zh-cn.html操作提示

Warning: /usr/local/bin is not in your PATH.
一直未能安装成功,后在
http://stackoverflow.com/questions/14288682/error-installing-homebrew-brew-command-not-found找到问题所在
终端输入命令 export PATH=/usr/local/bin:$PATH
即可解决此问题

1 0
原创粉丝点击