test
Plain text
code posted
by
test
created at 17 Oct 16:00
Edit
|
Back
1 2 3 4 5 |
# Ruby < 2.4 requires openssl 1.1
export PATH="/opt/homebrew/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include"
export PATH="/usr/local/opt/libpq/bin:$PATH" |
247 Bytes in 4 ms with coderay