Ssshlsinsshls.hashnode.dev·Feb 3, 2024 · 1 min readLinking against GNU readline on Mac M1brew install readline brew link --force readline sudo cpanm Term::ReadLine::Gnu brew unlink readline Note that on ARM architecture the homebrew binaries were moved to /opt/homebrew in contrast to the /usr/local on x86, so the LDFLAGS and CPPFLAGS sh...00
Ssshlsinsshls.hashnode.dev·Feb 1, 2024 · 1 min readSnowflake in terminalInstall snowsql - command line client for Snowflake Install pspg - postgresql pager for viewing tables Configure snowsql in ~/.snowsql/config: [connections.MySnowflake] accountname= username= password= database= role= warehouse= ... outp...00