Brew causing this message on bootup "Error found when loading /home/ray/.profile:"
Solution 1:
I had also the problem when I tried installing Homebrew and terminated it halfway. Then whenever I start ubuntu, this error pops up. Then I tried a method to fix it and it worked correctly.
The Solution is
Simply delete the line containing
eval $(/bin/brew shellenv)
from /home/ray/.profile
file.