Skip to content

Instantly share code, notes, and snippets.

@jeremybarbet
Last active August 22, 2023 12:39
Show Gist options
  • Select an option

  • Save jeremybarbet/b53abdaf24bb41d312756e55668072f1 to your computer and use it in GitHub Desktop.

Select an option

Save jeremybarbet/b53abdaf24bb41d312756e55668072f1 to your computer and use it in GitHub Desktop.
rvm_log()
{
[[ ${rvm_quiet_flag} == 1 ]] && return
+ printf "%b" "$*"
- printf "%b" "$*\n"
}
PKG_CONFIG_PATH=/opt/homebrew/opt/openssl@1.1/lib/pkgconfig rvm install 2.7.8 --with-openssl-lib=/opt/homebrew/opt/openssl@1.1 --with-openssl-include=/opt/homebrew/opt/openssl@1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment