I have a home Python installation that I use as my main (almost exclusive) Python and you need to install "MySQL Utilities" . But the installer places the packages in my site-packages system directory, and not in Homebrew's.
site-packages
Is there a way to specify in which directory site-packages MySQL Utilities files should be stored?
If you install using pip , pip -t /what/ever thepackage will install packages in /what/ever . If you are installing something else, you better indicate that something else ! -)
pip
pip -t /what/ever thepackage
/what/ever