Created
December 13, 2021 07:13
-
-
Save prakashcc/526430f783c6187f5acf92a506d0dd4c to your computer and use it in GitHub Desktop.
Revisions
-
prakashcc created this gist
Dec 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ This issue with new macbook M1 chip Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)! For Resolve follow below steps Step1 $ brew bundle dump Step2 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Step3 Edit file below $ vi ~/.bashrc or vi ~/.zshrc Edit below line in above file export PATH=/opt/homebrew/bin:$PATH