NameL3ss

last update log

Nov 19th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. libpq is keg-only, which means it was not symlinked into /opt/homebrew,
  2. because conflicts with postgres formula.
  3.  
  4. If you need to have libpq first in your PATH, run:
  5. echo 'export PATH="/opt/homebrew/opt/libpq/bin:$PATH"' >> ~/.zshrc
  6.  
  7. For compilers to find libpq you may need to set:
  8. export LDFLAGS="-L/opt/homebrew/opt/libpq/lib"
  9. export CPPFLAGS="-I/opt/homebrew/opt/libpq/include"
  10.  
  11. ==> redis
  12. To restart redis after an upgrade:
  13. brew services restart redis
  14. Or, if you don't want/need a background service you can just run:
  15. /opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf
  16. ==> awscli
  17. The "examples" directory has been installed to:
  18. /opt/homebrew/share/awscli/examples
  19.  
  20. zsh completions and functions have been installed to:
  21. /opt/homebrew/share/zsh/site-functions
  22. ==> tig
  23. A sample of the default configuration has been installed to:
  24. /opt/homebrew/opt/tig/share/tig/examples/tigrc
  25. to override the system-wide default configuration, copy the sample to:
  26. /opt/homebrew/etc/tigrc
  27.  
  28. zsh completions and functions have been installed to:
  29. /opt/homebrew/share/zsh/site-functions
  30. ==> git
  31. The Tcl/Tk GUIs (e.g. gitk, git-gui) are now in the `git-gui` formula.
  32. Subversion interoperability (git-svn) is now in the `git-svn` formula.
  33.  
  34. zsh completions and functions have been installed to:
  35. /opt/homebrew/share/zsh/site-functions
Advertisement
Add Comment
Please, Sign In to add comment