When I start my terminal on MacOS High Sierra 10.12.6 I am getting the following error:
Restored session: Dom 21 Mar 2021 12:19:28 -03
-bash: `/usr/local/opt/[email protected]/sbin:/usr/local/opt/[email protected]/bin:/usr/local/mysql/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/mysql/bin:/usr/local/mysql/bin: No such file or directory`
MacBook-Pro-de-Miguel:local miguelsantisteban$
Does anyone know how to correct it? That happened after installing the Homebrew; I already uninstalled it but the error continues. My /usr/local folder is shown in the image:
You would have to open the directory
/usr/local/opt/
you are showing the local, before continuing, have you done asource ~/.bash_profile
?, if everything is correct, verify that it is well doneexport Path ="rutas"
inside the file~/.bash_profile
.