I installed MySQL from the OS X installer package, and now the $PATH has changed so it doesn't include /sw/bin or /sw/sbin so I can't use any programs from Fink. There's nothing worse than software taking over to such a degree that you don't know how it's doing what you don't want it to do.
~/.bash_profile is:
export PATH="$PATH:/usr/local/bin:/usr/local/mysql/bin"
I don't think I had anything in the ~/.bash_profile before, but I could be wrong.
How does Fink put /sw/bin into the path, anyway? Did MySQL just erase Fink's line in ~/.bash_profile or what? I don't want to "patch" /sw/bin into the path, I'd really like thing to be like they were before.
Any idea how to do this?
~/.bash_profile is:
export PATH="$PATH:/usr/local/bin:/usr/local/mysql/bin"
I don't think I had anything in the ~/.bash_profile before, but I could be wrong.
How does Fink put /sw/bin into the path, anyway? Did MySQL just erase Fink's line in ~/.bash_profile or what? I don't want to "patch" /sw/bin into the path, I'd really like thing to be like they were before.
Any idea how to do this?