brew install neovim
running
Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!
Please create a new installation in/opt/homebrew using one of the
"Alternative Installs" from:
https://docs.brew.sh/Installation
You can migrate your previously installed formula list with:
brew bundle dump
received an error.
The recommended installation destination for Homebrew was /local/bin, but the recommended installation destination for MacOS ARM has been changed to opt/homebrew, and the path needs to be changed.
Please tell me how to change the path.
macos homebrew neovim
Add the Homebrew initial configuration to the .zprofile file.
Restarting the terminal sets the environment variable PATH.
eval "$(/opt/homebrew/bin/brew shellenv)"
© 2024 OneMinuteCode. All rights reserved.