Skip to content

Instantly share code, notes, and snippets.

@dNitza
Created March 5, 2024 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dNitza/e7f81fb6c18c8d1f14c519e61ca0c820 to your computer and use it in GitHub Desktop.
Save dNitza/e7f81fb6c18c8d1f14c519e61ca0c820 to your computer and use it in GitHub Desktop.
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include"
export ICUCFLAGS="-I$(brew --prefix icu4c)/include"
export ICULIBS="-L$(brew --prefix icu4c)/lib -licui18n -licuuc -licudata"
rtx install postgres@x.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment