I am trying to get pygame on my mac and so I am running through a step by step guide, to get the necessary items installed. I have installed brew doctor
, but when I try to run the code:
sudo brew doctor
, I get an error shown below:
apples-MBP-2:~ MaxRothman$ sudo brew doctor
Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full access to your system.
How can i get around this to carry on! Thanks