Guest User

Untitled

a guest
Jun 24th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Python's mysqlclient requires MySQL version 5.7, however brew installs MySQL v8 by default.
  2. # This is how you can install MySQL 5.7 and have it work to build mysqlclient
  3.  
  4. brew install mysql@5.7
  5. ln -s /usr/local/Cellar/mysql-client/5.7.22/bin/mysql_config /usr/local/bin/mysql_config
Add Comment
Please, Sign In to add comment