Hello, Can you please help me. I cant download GCC after installing brew. When I write "brew install gcc" it has like error - "command not found: brew". What can I do, can you please help to me
Sounds like the homebrew installer didn't properly update the $PATH variable to include where homebrew got installed. You can add it yourself using one of the following commands: If using Apple Silicon: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> $HOME/.zshrc If using Intel: echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zshrc Make sure to close and re-launch the terminal after running the command
@@rahuljay5999 Sounds like the homebrew installer didn't properly update the $PATH variable to include where homebrew got installed. You can add it yourself using one of the following commands: If using Apple Silicon: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> $HOME/.zshrc If using Intel: echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zshrc Make sure to close and re-launch the terminal after running the command
@@FathimaRaeesahfrom some1 : If using Apple Silicon type; echo 'eval $(/opt/ homebrew/bin/brew shellenv)' >> $HOME/.zshrc If using Intel: echo 'eval $(/usr/local/bin/ brew shellenv)' >> $HOME/.zshrc Make sure to close and re-launch the terminal after running the command
only tutorial that worked for me thanks man
when I tried to use the ln -s g++-14 g++, it says the file doesn't exist.. but then when I view filed in directory it there... what's the fix?
great and easy tutorial, congrats and thank you!
Hello, Can you please help me.
I cant download GCC after installing brew. When I write "brew install gcc" it has like error - "command not found: brew". What can I do, can you please help to me
Sounds like the homebrew installer didn't properly update the $PATH variable to include where homebrew got installed. You can add it yourself using one of the following commands:
If using Apple Silicon: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> $HOME/.zshrc
If using Intel: echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zshrc
Make sure to close and re-launch the terminal after running the command
Thank you so much, I will try that@@MattsLecturesandTutorials
brew install g++
Thank you a lot!! all the best to you! 💜
Hello there, for some reason the installation is stuck on make for some reason..
Hi. It worked up to me typing "brew install gcc," to which I got an error.
Hey did you solved the issue
@@rahuljay5999 Sounds like the homebrew installer didn't properly update the $PATH variable to include where homebrew got installed. You can add it yourself using one of the following commands:
If using Apple Silicon: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> $HOME/.zshrc
If using Intel: echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zshrc
Make sure to close and re-launch the terminal after running the command
yeah it says command not found
great tutorial! Can you also tell us how to configure the 'bits/stdc++.h' file please
Thank you for posting this video. The best!
@MattsLecturesandTutorials when i'm about to download gcc terminal says the command brew isn't found, how do i solve it ? i'm in MacOs sonoma
yep same problem. did u find a solution?
@@FathimaRaeesahfrom some1 : If using Apple Silicon type; echo 'eval $(/opt/ homebrew/bin/brew shellenv)' >>
$HOME/.zshrc
If using Intel: echo 'eval $(/usr/local/bin/ brew shellenv)' >> $HOME/.zshrc
Make sure to close and re-launch the terminal after running the command
@@yilinchoi404 i tried copy pasting this command then it said quote> which i ignored and relaunched the terminal but it still says brew not found
Thank you very much for this tutorial!
thanks
worked
👍