➜ ~ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-e:77: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040677
It appears Homebrew is already installed. If your intent is to reinstall you
should do the following before running this installer again:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
The current contents of /usr/local are bin CODEOFCONDUCT.md etc git lib Library LICENSE.txt munki README.md sbin share .git .github .gitignore
➜ ~ brew install maven
zsh: command not found: brew
当前回答
在Apple M1的fish shell中,我必须将/opt/homebrew/bin添加到fish_user_paths全局环境中。我必须手动这样做,因为set -U fish_user_paths /opt/homebrew/bin $fish_user_paths got
设置:通用变量fish_user_paths被同名的全局变量遮蔽。
其他回答
也许你已经从homebrew主页上遵循了这一步。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
所以可能你的系统不能分配路径,所以遵循以下步骤。
sudo nano /etc/paths
粘贴
/opt/homebrew/bin:$PATH
保存并关闭
下面是我做的步骤。
1.安装自酿酒
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2.运行brew help,看看它是否工作…如果显示错误“zsh: command not found: brew”,请继续执行。
修改路径为:
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/"YOUR USER NAME"/.zprofile
记得把“用户名”改成你的, 然后输入:
eval $(/opt/homebrew/bin/brew shellenv)
成功运行这些命令后,键入“brew help”查看是否一切正常。
在我的示例中,我将以下行添加到~/.zshrc
eval "$(/opt/homebrew/bin/brew shellenv)"
您应该同时将/opt/homebrew/bin和/opt/homebrew/sbin添加到$PATH env中。
导出路径= / opt /组装/ bin: / opt /组装/ sbin: $路径
快捷方式:运行command
echo export PATH=$PATH:/opt/homebrew/bin:/opt/homebrew/sbin >> ~/.zshrc . sh
然后运行酿酒医生检查
运行以下设置,然后就可以使用brew了
执行unintsall脚本:-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
设置Git Compression:- Git config——global core.compression 0
设置Git缓冲区大小:- Git config——global http。postBuffer 1048576000
运行安装脚本:— /bin/bash -c $(curl - ssl https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
推荐文章
- 如何从终端/命令行调用VS代码编辑器
- 访问限制:'Application'类型不是API(必需库rt.jar的限制)
- 为什么在Mac OS X v10.9 (Mavericks)的终端中apt-get功能不起作用?
- “你有邮件”的消息在终端,os X
- Mac OS X中的环境变量
- Homebrew:以新的formula@version格式列出可用版本
- 如何从macOS完全卸载蟒蛇
- 如何配置Mac OS X术语,使git有颜色?
- 如何使制表符4个空间而不是8个空间在纳米?
- 我如何确定文件编码在OS X?
- 使iTerm以与其他操作系统相同的方式翻译“元键”
- 错误:无法在ARM处理器上的Homebrew中安装英特尔默认前缀(/usr/local)
- 如何强制从另一个SSH会话分离屏幕?
- 酿造更新失败:未跟踪的工作树文件将被合并覆盖
- 如何从终端机发送电子邮件?