Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- libpq is keg-only, which means it was not symlinked into /opt/homebrew,
- because conflicts with postgres formula.
- If you need to have libpq first in your PATH, run:
- echo 'export PATH="/opt/homebrew/opt/libpq/bin:$PATH"' >> ~/.zshrc
- For compilers to find libpq you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/libpq/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/libpq/include"
- ==> redis
- To restart redis after an upgrade:
- brew services restart redis
- Or, if you don't want/need a background service you can just run:
- /opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf
- ==> awscli
- The "examples" directory has been installed to:
- /opt/homebrew/share/awscli/examples
- zsh completions and functions have been installed to:
- /opt/homebrew/share/zsh/site-functions
- ==> tig
- A sample of the default configuration has been installed to:
- /opt/homebrew/opt/tig/share/tig/examples/tigrc
- to override the system-wide default configuration, copy the sample to:
- /opt/homebrew/etc/tigrc
- zsh completions and functions have been installed to:
- /opt/homebrew/share/zsh/site-functions
- ==> git
- The Tcl/Tk GUIs (e.g. gitk, git-gui) are now in the `git-gui` formula.
- Subversion interoperability (git-svn) is now in the `git-svn` formula.
- zsh completions and functions have been installed to:
- /opt/homebrew/share/zsh/site-functions
Advertisement
Add Comment
Please, Sign In to add comment