quivr
quivr copied to clipboard
On MacOS: "psql: command not found" when running install_helper.sh or migration.sh
I am running latest version of MacOS and tried a fresh install of quivr.
Obviously, tables are not created in my Supabase account. There is a an error saying "psql: command not found at migration.sh, line 6"
Try this https://github.com/StanGirard/quivr/issues/655#issuecomment-1635965425
Hi there, solved by running these commands in a terminal:
brew doctor
brew update
brew install libpq
brew link --force libpq
Cheers!
PS. would be super cool to add these directly in the script so it solves it automatically.
'brew doctor' - what does it do?
thanks a lot :)
Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion.