Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can invoke it as `/usr/local/opt/sqlite/bin/sqlite3`. Or run `brew info sqlite3` to see how to add it to your path.

https://docs.brew.sh/FAQ#what-does-keg-only-mean



Ok, got it. Found out it was installed:

    $ mdfind -name sqlite3 | grep -E 'bin/sqlite3$'
    /usr/local/Cellar/sqlite/3.34.1/bin/sqlite3
    /usr/bin/sqlite3
Just need to symlink it or add it to path. Or `brew link sqlite`. Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: