You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob can write up the low-level stuff, basically explaining the architecture of our stack. Not a step-by-step guide, just the broad strokes.
Virginia can do the user guide, which is more of a step-by-step instruction manual for the next librarian.
UPDATE: I FINALLY got this working on my mac. Here's what I had to do to install:
Clone the repo + create venv, as described in our docs.
Install MySQL version 8.0.32 for MacOS13 (even though I’m running MacOS 14) from here: https://downloads.mysql.com/archives/community/
Do: export PATH=$PATH:/usr/local/mysql/bin (or wherever MySQL was installed)
Do a find command to figure out where this file is located: mysqlclient.pc
Then use that path in this command: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/mysql-8.0.32-macos13-arm64/lib/pkgconfig
Then set a few more environment variables:
I think Mike would find this reassuring, and we'll want to do it eventually anyway
The text was updated successfully, but these errors were encountered: